# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with sys-devel/gettext. EAPI=8 MY_P="gettext-${PV}" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gettext.asc inherit multilib-minimal libtool usr-ldscript verify-sig DESCRIPTION="the GNU international library (split out of gettext)" HOMEPAGE="https://www.gnu.org/software/gettext/" SRC_URI=" mirror://gnu/gettext/${MY_P}.tar.xz verify-sig? ( mirror://gnu/gettext/${MY_P}.tar.xz.sig ) " S="${WORKDIR}/${MY_P}/gettext-runtime" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="static-libs +threads" DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]" # Block C libraries known to provide libintl. RDEPEND=" ${DEPEND} !sys-libs/glibc !sys-libs/musl !