diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-04-28 17:32:42 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-04-28 17:34:01 +0300 |
commit | 6db5f32718ef6fa86e8047f4029e563b95917efb (patch) | |
tree | 721a1dd8794ebffc9567f711527e9c65ac962e36 /dev-libs/nettle | |
parent | app-crypt/ccrypt: add emacs USE (diff) | |
download | gentoo-6db5f32718ef6fa86e8047f4029e563b95917efb.tar.gz gentoo-6db5f32718ef6fa86e8047f4029e563b95917efb.tar.bz2 gentoo-6db5f32718ef6fa86e8047f4029e563b95917efb.zip |
dev-libs/nettle: convert [static-libs(+)]->[static-libs?]
Thanks: Marc Vinyals
Closes: https://bugs.gentoo.org/show_bug.cgi?id=684558
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/nettle-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/nettle/nettle-3.4.1.ebuild b/dev-libs/nettle/nettle-3.4.1.ebuild index 6f82a9c98f8e..9dfa69caef38 100644 --- a/dev-libs/nettle/nettle-3.4.1.ebuild +++ b/dev-libs/nettle/nettle-3.4.1.ebuild @@ -14,7 +14,7 @@ SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 th KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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-6.0:0=[static-libs(+),${MULTILIB_USEDEP}] )" +DEPEND="gmp? ( >=dev-libs/gmp-6.0:0=[static-libs?,${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}" MULTILIB_WRAPPED_HEADERS=( |