diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 02:06:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 02:06:26 +0300 |
commit | 824cd91db23328adffef9f6fac367f30c1495c5c (patch) | |
tree | a11f4b90a6e04b5a95f260111b2cb5bfa04649ed /sys-devel/gettext/gettext-0.19.8.1.ebuild | |
parent | sys-libs/ncurses: Add ~riscv keyword (diff) | |
download | gentoo-824cd91db23328adffef9f6fac367f30c1495c5c.tar.gz gentoo-824cd91db23328adffef9f6fac367f30c1495c5c.tar.bz2 gentoo-824cd91db23328adffef9f6fac367f30c1495c5c.zip |
sys-devel/gettext: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-devel/gettext/gettext-0.19.8.1.ebuild')
-rw-r--r-- | sys-devel/gettext/gettext-0.19.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild b/sys-devel/gettext/gettext-0.19.8.1.ebuild index 6c205b4c9d2e..9f67faf385d0 100644 --- a/sys-devel/gettext/gettext-0.19.8.1.ebuild +++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with dev-libs/libintl. @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" # so put that license behind USE=cxx. LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs" # only runtime goes multilib |