Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/
Date: Sat, 06 Oct 2018 17:24:17
Message-Id: 1538846635.32e1c2c1835ed274f1a8471be7e028d109a7f4ee.alonbl@gentoo
1 commit: 32e1c2c1835ed274f1a8471be7e028d109a7f4ee
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 17:23:31 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 17:23:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e1c2c1
7
8 app-crypt/p11-kit: dependency cleanup
9
10 1. use subslot operator
11 2. use virtual/libffi instead of explicit
12
13 Thanks: leio
14 Closes: https://bugs.gentoo.org/show_bug.cgi?id=667882
15 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
16 Package-Manager: Portage-2.3.49, Repoman-2.3.11
17
18 app-crypt/p11-kit/p11-kit-0.23.12.ebuild | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild
22 index b3870741954..4095da5e818 100644
23 --- a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild
24 +++ b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -15,8 +15,8 @@ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh spar
32 IUSE="+asn1 debug +libffi +trust"
33 REQUIRED_USE="trust? ( asn1 )"
34
35 -RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] )
36 - libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] )
37 +RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4:=[${MULTILIB_USEDEP}] )
38 + libffi? ( >=virtual/libffi-3.0.0:=[${MULTILIB_USEDEP}] )
39 trust? ( app-misc/ca-certificates )"
40 DEPEND="${RDEPEND}"
41 BDEPEND="virtual/pkgconfig"