diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-19 21:32:56 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-19 21:32:56 -0400 |
commit | 44c8991d0a6f5922bd059ff334f0fe9f01e071ad (patch) | |
tree | 1ae3fb2bf196481df874d1e4d73e4a6d89555000 /dev-libs/nettle | |
parent | app-crypt/p11-kit: amd64 stable wrt bug #653568 (diff) | |
download | gentoo-44c8991d0a6f5922bd059ff334f0fe9f01e071ad.tar.gz gentoo-44c8991d0a6f5922bd059ff334f0fe9f01e071ad.tar.bz2 gentoo-44c8991d0a6f5922bd059ff334f0fe9f01e071ad.zip |
dev-libs/nettle: amd64 stable wrt bug #653574
Bug: https://bugs.gentoo.org/653574
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/nettle-3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/nettle/nettle-3.4.ebuild b/dev-libs/nettle/nettle-3.4.ebuild index 8de7ef006fe4..c158c949b07c 100644 --- a/dev-libs/nettle/nettle-3.4.ebuild +++ b/dev-libs/nettle/nettle-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${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="~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" +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}] )" |