diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:05:23 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:25 +0300 |
commit | 2afac5e2906c290ca3c6fd2cac3e7af793665839 (patch) | |
tree | 1f163981a0d111bbf80e18af92f5e0f722b47b74 /app-crypt/asedriveiiie-serial | |
parent | app-crypt/aespipe: eapi bump (diff) | |
download | gentoo-2afac5e2906c290ca3c6fd2cac3e7af793665839.tar.gz gentoo-2afac5e2906c290ca3c6fd2cac3e7af793665839.tar.bz2 gentoo-2afac5e2906c290ca3c6fd2cac3e7af793665839.zip |
app-crypt/asedriveiiie-serial: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/asedriveiiie-serial')
-rw-r--r-- | app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild index f4fe0e818025..adf75de12b06 100644 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="ASEDriveIIIe Serial Card Reader" HOMEPAGE="http://www.athena-scs.com" SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND=">=sys-apps/pcsc-lite-1.3.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_install() { default |