diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:06:30 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:26 +0300 |
commit | 604f1b5fc2fd84909790fa9debd70d74f1020f65 (patch) | |
tree | 6c3cad9140bf81e0ac45eb46b52ba6bc4018a0f0 /app-crypt | |
parent | app-crypt/asedriveiiie-serial: eapi bump (diff) | |
download | gentoo-604f1b5fc2fd84909790fa9debd70d74f1020f65.tar.gz gentoo-604f1b5fc2fd84909790fa9debd70d74f1020f65.tar.bz2 gentoo-604f1b5fc2fd84909790fa9debd70d74f1020f65.zip |
app-crypt/asedriveiiie-usb: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild index 6eb55016bf55..29c177665a45 100644 --- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild +++ b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild @@ -1,7 +1,7 @@ -# 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 USB Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -12,8 +12,8 @@ IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND=">=sys-apps/pcsc-lite-1.3.0 virtual/libusb:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" pkg_postinst() { elog "NOTICE:" |