diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 21:25:39 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 22:06:38 +0200 |
commit | 76e0a26c9cce1c194c07f6f1ddf621343aabecad (patch) | |
tree | 2dbbcc9e12a5dfe5a569bb30de705827c8844863 /app-crypt/asedriveiiie-usb | |
parent | app-crypt/stan: eapi bump (diff) | |
download | gentoo-76e0a26c9cce1c194c07f6f1ddf621343aabecad.tar.gz gentoo-76e0a26c9cce1c194c07f6f1ddf621343aabecad.tar.bz2 gentoo-76e0a26c9cce1c194c07f6f1ddf621343aabecad.zip |
app-crypt/asedriveiiie-usb: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/asedriveiiie-usb')
-rw-r--r-- | app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild index 4f56b014daae..10bfe5a45f76 100644 --- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild +++ b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + DESCRIPTION="ASEDriveIIIe USB Card Reader" HOMEPAGE="http://www.athena-scs.com" SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2" @@ -10,16 +12,10 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND=">=sys-apps/pcsc-lite-1.3.0 - =virtual/libusb-0*" + virtual/libusb:0" DEPEND="${RDEPEND} virtual/pkgconfig" -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc ChangeLog README -} - pkg_postinst() { elog "NOTICE:" elog "You should restart pcscd." |