diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-10-06 20:23:31 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-10-06 20:23:55 +0300 |
commit | 32e1c2c1835ed274f1a8471be7e028d109a7f4ee (patch) | |
tree | 555fad6d1f793c2686c614f13b6434f657b4d76f /app-crypt/p11-kit | |
parent | app-text/texlive-core: stable 2017-r4 for sparc, bug #655052 (diff) | |
download | gentoo-32e1c2c1835ed274f1a8471be7e028d109a7f4ee.tar.gz gentoo-32e1c2c1835ed274f1a8471be7e028d109a7f4ee.tar.bz2 gentoo-32e1c2c1835ed274f1a8471be7e028d109a7f4ee.zip |
app-crypt/p11-kit: dependency cleanup
1. use subslot operator
2. use virtual/libffi instead of explicit
Thanks: leio
Closes: https://bugs.gentoo.org/show_bug.cgi?id=667882
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-crypt/p11-kit')
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.23.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild index b38707419541..4095da5e818e 100644 --- a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,8 +15,8 @@ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh spar IUSE="+asn1 debug +libffi +trust" REQUIRED_USE="trust? ( asn1 )" -RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] ) - libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] ) +RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4:=[${MULTILIB_USEDEP}] ) + libffi? ( >=virtual/libffi-3.0.0:=[${MULTILIB_USEDEP}] ) trust? ( app-misc/ca-certificates )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" |