Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libcacard/
Date: Wed, 27 Jan 2021 13:29:31
Message-Id: 1611754158.41ef597905e32f72782ecf37aee91a7bced579cc.juippis@gentoo
1 commit: 41ef597905e32f72782ecf37aee91a7bced579cc
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 24 18:27:08 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 13:29:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ef5979
7
8 app-emulation/libcacard: EAPI 7
9
10 Closes: https://bugs.gentoo.org/766911
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-emulation/libcacard/libcacard-2.6.0.ebuild | 10 +++++-----
16 1 file changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/app-emulation/libcacard/libcacard-2.6.0.ebuild b/app-emulation/libcacard/libcacard-2.6.0.ebuild
19 index c196a512a7c..60300c338e3 100644
20 --- a/app-emulation/libcacard/libcacard-2.6.0.ebuild
21 +++ b/app-emulation/libcacard/libcacard-2.6.0.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="6"
28 +EAPI=7
29
30 DESCRIPTION="virtual Common Access Card (CAC) library emulator"
31 HOMEPAGE="https://www.spice-space.org/"
32 @@ -15,12 +15,12 @@ IUSE="+passthrough static-libs"
33 RDEPEND=">=dev-libs/nss-3.13
34 >=dev-libs/glib-2.22
35 passthrough? ( >=sys-apps/pcsc-lite-1.8 )"
36 -DEPEND="${RDEPEND}
37 - virtual/pkgconfig"
38 +DEPEND="${RDEPEND}"
39 +BDEPEND="virtual/pkgconfig"
40
41 PATCHES=(
42 "${FILESDIR}/${P}-simpletlv-test-fix.patch"
43 - )
44 +)
45
46 src_prepare() {
47 default