summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2021-01-24 13:27:08 -0500
committerJoonas Niilola <juippis@gentoo.org>2021-01-27 15:29:18 +0200
commit41ef597905e32f72782ecf37aee91a7bced579cc (patch)
tree91d5ca3501b6971519426c773c993434acbe0821 /app-emulation/libcacard/libcacard-2.6.0.ebuild
parentsys-kernel/vanilla-sources: Automated version bump to {4.19.171,5.4.93,5.10.1... (diff)
downloadgentoo-41ef597905e32f72782ecf37aee91a7bced579cc.tar.gz
gentoo-41ef597905e32f72782ecf37aee91a7bced579cc.tar.bz2
gentoo-41ef597905e32f72782ecf37aee91a7bced579cc.zip
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@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/libcacard/libcacard-2.6.0.ebuild')
-rw-r--r--app-emulation/libcacard/libcacard-2.6.0.ebuild10
1 files 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 c196a512a7ca..60300c338e3c 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