diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
commit | 62f4c813bd3b036df19c8184860051e4c212cd3f (patch) | |
tree | 52bfb012a3340d19486abb659a933c243561d30a /app-crypt/asedriveiiie-usb | |
parent | Fix various qa issues. #317943 (diff) | |
download | historical-62f4c813bd3b036df19c8184860051e4c212cd3f.tar.gz historical-62f4c813bd3b036df19c8184860051e4c212cd3f.tar.bz2 historical-62f4c813bd3b036df19c8184860051e4c212cd3f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-crypt/asedriveiiie-usb')
-rw-r--r-- | app-crypt/asedriveiiie-usb/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/asedriveiiie-usb/ChangeLog b/app-crypt/asedriveiiie-usb/ChangeLog index 264bef8eb418..94bd21e23765 100644 --- a/app-crypt/asedriveiiie-usb/ChangeLog +++ b/app-crypt/asedriveiiie-usb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/asedriveiiie-usb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.8 2010/12/26 17:41:03 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.9 2012/05/03 18:16:40 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> asedriveiiie-usb-3.5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> -asedriveiiie-usb-3.4.ebuild: diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild index 4cfb03bf84da..425691330147 100644 --- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild +++ b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 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.5.ebuild,v 1.2 2009/05/16 07:00:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild,v 1.3 2012/05/03 18:16:40 jdhore Exp $ DESCRIPTION="ASEDriveIIIe USB Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=">=sys-apps/pcsc-lite-1.3.0 =virtual/libusb-0*" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |