diff options
author | Daniel Black <dragonheart@gentoo.org> | 2008-06-01 03:39:04 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2008-06-01 03:39:04 +0000 |
commit | 6e82f6ec667fd979dcaf30f2ad068c743167b42c (patch) | |
tree | 6eba6972cb2154051672a7b611e7224fe0ffdfec /app-crypt/asedriveiiie-usb | |
parent | QA - add IUSE - bug #224349 thanks Marek Miller (diff) | |
download | gentoo-2-6e82f6ec667fd979dcaf30f2ad068c743167b42c.tar.gz gentoo-2-6e82f6ec667fd979dcaf30f2ad068c743167b42c.tar.bz2 gentoo-2-6e82f6ec667fd979dcaf30f2ad068c743167b42c.zip |
QA - add IUSE - bug #224349 thanks Marek Miller
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-crypt/asedriveiiie-usb')
-rw-r--r-- | app-crypt/asedriveiiie-usb/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-crypt/asedriveiiie-usb/ChangeLog b/app-crypt/asedriveiiie-usb/ChangeLog index 806f31346192..8f63f3b36b91 100644 --- a/app-crypt/asedriveiiie-usb/ChangeLog +++ b/app-crypt/asedriveiiie-usb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/asedriveiiie-usb -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.3 2007/02/14 20:59:38 alonbl Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.4 2008/06/01 03:39:04 dragonheart Exp $ + + 01 Jun 2008; Daniel Black <dragonheart@gentoo.org> + asedriveiiie-usb-3.4.ebuild: + QA - add IUSE - bug #224349 thanks Marek Miller 14 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org> asedriveiiie-usb-3.4.ebuild: Fixup for pcsc-lite-1.4 diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild index 4869b828de9a..fa1791837286 100644 --- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild +++ b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.4 2007/07/13 21:47:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.5 2008/06/01 03:39:04 dragonheart Exp $ DESCRIPTION="ASEDriveIIIe USB 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="~x86" RDEPEND=">=sys-apps/pcsc-lite-1.3.0 >=dev-libs/libusb-0.1.10" |