commit:     41ef597905e32f72782ecf37aee91a7bced579cc
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 24 18:27:08 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 13:29:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ef5979

app-emulation/libcacard: EAPI 7

Closes: https://bugs.gentoo.org/766911
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-emulation/libcacard/libcacard-2.6.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-emulation/libcacard/libcacard-2.6.0.ebuild 
b/app-emulation/libcacard/libcacard-2.6.0.ebuild
index c196a512a7c..60300c338e3 100644
--- a/app-emulation/libcacard/libcacard-2.6.0.ebuild
+++ b/app-emulation/libcacard/libcacard-2.6.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
 DESCRIPTION="virtual Common Access Card (CAC) library emulator"
 HOMEPAGE="https://www.spice-space.org/";
@@ -15,12 +15,12 @@ IUSE="+passthrough static-libs"
 RDEPEND=">=dev-libs/nss-3.13
        >=dev-libs/glib-2.22
        passthrough? ( >=sys-apps/pcsc-lite-1.8 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
        "${FILESDIR}/${P}-simpletlv-test-fix.patch"
-       )
+)
 
 src_prepare() {
        default

Reply via email to