diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2008-05-11 13:40:40 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2008-05-11 13:40:40 +0000 |
commit | 6b342668f73557a5dbfff0dd23e2cf7569305c28 (patch) | |
tree | fe10842213f59c875a80983edc949c917bcdae7b /app-crypt | |
parent | x86 stable, bug #221263 (diff) | |
download | gentoo-2-6b342668f73557a5dbfff0dd23e2cf7569305c28.tar.gz gentoo-2-6b342668f73557a5dbfff0dd23e2cf7569305c28.tar.bz2 gentoo-2-6b342668f73557a5dbfff0dd23e2cf7569305c28.zip |
Remove flex detection, bug#221361
(Portage version: 2.1.5_rc9)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ccid/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.3.0.ebuild | 5 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.3.1.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.3.5.ebuild | 3 |
4 files changed, 12 insertions, 5 deletions
diff --git a/app-crypt/ccid/ChangeLog b/app-crypt/ccid/ChangeLog index 683cfeba8c57..9a15b3f043e8 100644 --- a/app-crypt/ccid/ChangeLog +++ b/app-crypt/ccid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/ccid # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.29 2008/02/22 16:45:37 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.30 2008/05/11 13:40:40 alonbl Exp $ + + 11 May 2008; Alon Bar-Lev <alonbl@gentoo.org> ccid-1.3.0.ebuild, + ccid-1.3.1.ebuild, ccid-1.3.5.ebuild: + Remove flex detection, bug#221361 *ccid-1.3.5 (22 Feb 2008) diff --git a/app-crypt/ccid/ccid-1.3.0.ebuild b/app-crypt/ccid/ccid-1.3.0.ebuild index 432fafbab25c..9c98580b3120 100644 --- a/app-crypt/ccid/ccid-1.3.0.ebuild +++ b/app-crypt/ccid/ccid-1.3.0.ebuild @@ -1,6 +1,6 @@ -# 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/ccid/ccid-1.3.0.ebuild,v 1.4 2007/07/25 18:20:05 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.0.ebuild,v 1.5 2008/05/11 13:40:40 alonbl Exp $ inherit eutils autotools @@ -21,6 +21,7 @@ src_compile() { use nousb && myconf="${myconf} --disable-pcsclite" econf \ + LEX=: \ --docdir="/usr/share/doc/${PF}" \ --enable-udev \ ${myconf} \ diff --git a/app-crypt/ccid/ccid-1.3.1.ebuild b/app-crypt/ccid/ccid-1.3.1.ebuild index c55207fbd480..3811f2c06489 100644 --- a/app-crypt/ccid/ccid-1.3.1.ebuild +++ b/app-crypt/ccid/ccid-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.1.ebuild,v 1.3 2008/01/02 15:48:27 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.1.ebuild,v 1.4 2008/05/11 13:40:40 alonbl Exp $ inherit eutils autotools @@ -21,6 +21,7 @@ src_compile() { use nousb && myconf="${myconf} --disable-pcsclite" econf \ + LEX=: \ --docdir="/usr/share/doc/${PF}" \ --enable-udev \ ${myconf} \ diff --git a/app-crypt/ccid/ccid-1.3.5.ebuild b/app-crypt/ccid/ccid-1.3.5.ebuild index 789b603df930..c50c0d4ee511 100644 --- a/app-crypt/ccid/ccid-1.3.5.ebuild +++ b/app-crypt/ccid/ccid-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.5.ebuild,v 1.1 2008/02/22 16:45:37 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.5.ebuild,v 1.2 2008/05/11 13:40:40 alonbl Exp $ STUPID_NUM="2330" DESCRIPTION="CCID free software driver" @@ -19,6 +19,7 @@ src_compile() { use nousb && myconf="${myconf} --disable-pcsclite" econf \ + LEX=: \ --docdir="/usr/share/doc/${PF}" \ --enable-udev \ ${myconf} \ |