summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-05-10 08:35:42 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-05-10 08:35:42 +0000
commit1113a641b52e8e8f87aed12e1013a2f790af48c7 (patch)
tree0d446c1da2671685a0f7ffd1a6cacb2408c3c418 /net-misc/xsupplicant
parentamd64 stable wrt #267924 (diff)
downloadgentoo-2-1113a641b52e8e8f87aed12e1013a2f790af48c7.tar.gz
gentoo-2-1113a641b52e8e8f87aed12e1013a2f790af48c7.tar.bz2
gentoo-2-1113a641b52e8e8f87aed12e1013a2f790af48c7.zip
forgot to change gsm->eap-sim into the ebuild, thank Mr_Bones
(Portage version: 2.1.6.11/cvs/Linux ppc)
Diffstat (limited to 'net-misc/xsupplicant')
-rw-r--r--net-misc/xsupplicant/ChangeLog5
-rw-r--r--net-misc/xsupplicant/xsupplicant-1.2.2.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/xsupplicant/ChangeLog b/net-misc/xsupplicant/ChangeLog
index 4b2df1a5abc2..7d12ea5ce7d8 100644
--- a/net-misc/xsupplicant/ChangeLog
+++ b/net-misc/xsupplicant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/xsupplicant
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.14 2009/05/09 16:48:55 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.15 2009/05/10 08:35:42 volkmar Exp $
+
+ 10 May 2009; Mounir Lamouri <volkmar@gentoo.org> xsupplicant-1.2.2.ebuild:
+ Forgot to change gsm->eap-sim into the ebuild. Thank Mr_Bones.
09 May 2009; Mounir Lamouri <volkmar@gentoo.org> metadata.xml,
xsupplicant-0.8b.ebuild, xsupplicant-1.0.ebuild, xsupplicant-1.0.1.ebuild,
diff --git a/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild b/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild
index 8685569df1b0..03ab8beeef17 100644
--- a/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild
+++ b/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild,v 1.4 2009/05/09 16:48:55 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild,v 1.5 2009/05/10 08:35:42 volkmar Exp $
inherit flag-o-matic
@@ -16,7 +16,7 @@ IUSE="eap-sim"
RDEPEND=">=dev-libs/openssl-0.9.7
net-wireless/wireless-tools
- gsm? ( sys-apps/pcsc-lite )"
+ eap-sim? ( sys-apps/pcsc-lite )"
DEPEND="sys-devel/bison
sys-devel/flex
${RDEPEND}"
@@ -27,8 +27,8 @@ src_compile() {
# fix compilation with recent kernels
append-flags -DHEADERS_KERNEL
- if use gsm; then
- # fix USE=-gsm (bug #118885)
+ if use eap-sim; then
+ # fix USE=-eap-sim (bug #118885)
conf="--enable-eap-sim"
# fix compilation with pcsc-lite-1.2.9_beta9 (bug #81338)
append-flags -I/usr/include/PCSC