diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-12-11 18:38:00 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-12-11 18:38:00 +0200 |
commit | 0ee753187a5cf1191729b06cf91dc03aaebe6a3b (patch) | |
tree | cf98bec98744bba6fcdc0afe46d41f948243bad7 /dev-libs/nettle/nettle-3.4.ebuild | |
parent | dev-libs/nettle: version bump (diff) | |
download | gentoo-0ee753187a5cf1191729b06cf91dc03aaebe6a3b.tar.gz gentoo-0ee753187a5cf1191729b06cf91dc03aaebe6a3b.tar.bz2 gentoo-0ee753187a5cf1191729b06cf91dc03aaebe6a3b.zip |
dev-libs/nettle: readd keywords
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs/nettle/nettle-3.4.ebuild')
-rw-r--r-- | dev-libs/nettle/nettle-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/nettle/nettle-3.4.ebuild b/dev-libs/nettle/nettle-3.4.ebuild index 928df9048198..d9a9f00c9a03 100644 --- a/dev-libs/nettle/nettle-3.4.ebuild +++ b/dev-libs/nettle/nettle-3.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 then fixed -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes" DEPEND="gmp? ( >=dev-libs/gmp-5.0:0=[${MULTILIB_USEDEP}] )" |