diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-04-20 19:06:59 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-04-20 19:06:59 +0000 |
commit | 694a1aa76a8adf3fbc4ad6f5374f12f9066d6ca5 (patch) | |
tree | ad79ff9eb570fc7392186689151209eddff94463 /app-crypt | |
parent | libchipcard path fix for ccid xml (diff) | |
download | gentoo-2-694a1aa76a8adf3fbc4ad6f5374f12f9066d6ca5.tar.gz gentoo-2-694a1aa76a8adf3fbc4ad6f5374f12f9066d6ca5.tar.bz2 gentoo-2-694a1aa76a8adf3fbc4ad6f5374f12f9066d6ca5.zip |
remove libchipcard-specific stuff in ccid
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ccid/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.2.1.ebuild | 12 |
2 files changed, 7 insertions, 10 deletions
diff --git a/app-crypt/ccid/ChangeLog b/app-crypt/ccid/ChangeLog index 8074fff9a035..f4cdbb75fe26 100644 --- a/app-crypt/ccid/ChangeLog +++ b/app-crypt/ccid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/ccid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.14 2007/01/27 17:08:49 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.15 2007/04/20 19:06:59 hanno Exp $ + + 20 Apr 2007; Hanno Boeck <hanno@gentoo.org> ccid-1.2.1.ebuild: + Remove libchipcard-specific paths. *ccid-1.2.1 (27 Jan 2007) diff --git a/app-crypt/ccid/ccid-1.2.1.ebuild b/app-crypt/ccid/ccid-1.2.1.ebuild index 84817bba18cf..2f1cfefb91b9 100644 --- a/app-crypt/ccid/ccid-1.2.1.ebuild +++ b/app-crypt/ccid/ccid-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.2.1.ebuild,v 1.1 2007/01/27 17:08:49 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.2.1.ebuild,v 1.2 2007/04/20 19:06:59 hanno Exp $ inherit eutils autotools @@ -11,19 +11,13 @@ SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="chipcard2 twinserial nousb" +IUSE="twinserial nousb" RDEPEND=">=sys-apps/pcsc-lite-1.3.3 - !chipcard2? ( >=dev-libs/libusb-0.1.4 ) - chipcard2? ( sys-libs/libchipcard )" + >=dev-libs/libusb-0.1.4" src_compile() { local myconf - # bug 131421 - allow ccid to work with sys-libs/libchipcard - use chipcard2 && myconf="${myconf} \ - --enable-usbdropdir=/usr/lib/chipcard2-server/lowlevel/ifd \ - --enable-ccidtwindir=/usr/lib/chipcard2-server/lowlevel/ifd" - use nousb && myconf="${myconf} --disable-pcsclite" econf \ |