diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-31 22:42:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-31 22:42:12 +0200 |
commit | 2da5d9eec7bd4b8c097c6fa2bb5dbbe159807e46 (patch) | |
tree | 16ef41db0ae2c9e11b4433d9dbb50b7e43c5266c /sys-devel/gettext | |
parent | sys-devel/bison: x86 stable (bug #717936) (diff) | |
download | gentoo-2da5d9eec7bd4b8c097c6fa2bb5dbbe159807e46.tar.gz gentoo-2da5d9eec7bd4b8c097c6fa2bb5dbbe159807e46.tar.bz2 gentoo-2da5d9eec7bd4b8c097c6fa2bb5dbbe159807e46.zip |
sys-devel/gettext: x86 stable (bug #717936)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gettext/gettext-0.21.ebuild b/sys-devel/gettext/gettext-0.21.ebuild index 5904f3a059c7..577be80c3a8a 100644 --- a/sys-devel/gettext/gettext-0.21.ebuild +++ b/sys-devel/gettext/gettext-0.21.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then S="${WORKDIR}/${P/_/-}" else SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" fi # Only libasprintf is under the LGPL (and libintl is in a sep package), # so put that license behind USE=cxx. |