diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 17:55:51 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:42 +0300 |
commit | 69ab13e242dad1b777d50b4ec13837db5e6209a5 (patch) | |
tree | e7f8fbfc26e3ec339d064aeead90b2269808b044 /dev-libs/opensc | |
parent | dev-libs/openct: eapi bump (diff) | |
download | gentoo-69ab13e242dad1b777d50b4ec13837db5e6209a5.tar.gz gentoo-69ab13e242dad1b777d50b4ec13837db5e6209a5.tar.bz2 gentoo-69ab13e242dad1b777d50b4ec13837db5e6209a5.zip |
dev-libs/opensc: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-libs/opensc')
-rw-r--r-- | dev-libs/opensc/opensc-0.19.0-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/opensc/opensc-0.19.0-r2.ebuild b/dev-libs/opensc/opensc-0.19.0-r2.ebuild index 5a08f4453a68..8e68f0328789 100644 --- a/dev-libs/opensc/opensc-0.19.0-r2.ebuild +++ b/dev-libs/opensc/opensc-0.19.0-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit bash-completion-r1 ltprune +inherit bash-completion-r1 DESCRIPTION="Libraries and applications to access smartcards" HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki" @@ -24,10 +24,10 @@ RDEPEND="zlib? ( sys-libs/zlib ) pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 ) notify? ( dev-libs/glib:2= )" DEPEND="${RDEPEND} - virtual/pkgconfig app-text/docbook-xsl-stylesheets dev-libs/libxslt test? ( dev-util/cmocka )" +BDEPEND="virtual/pkgconfig" REQUIRED_USE=" pcsc-lite? ( !openct !ctapi ) @@ -60,5 +60,5 @@ src_configure() { src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die } |