diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-03-24 23:52:31 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-03-24 23:52:31 +0000 |
commit | 47c8d31257a29c590ee28d552a57a14f0f21bc53 (patch) | |
tree | e3326711497c2be45bfa7c5c446bf4ecdf79bb0a /net-wireless | |
parent | Now use has_version for PCMCIA_VERSION (diff) | |
download | gentoo-2-47c8d31257a29c590ee28d552a57a14f0f21bc53.tar.gz gentoo-2-47c8d31257a29c590ee28d552a57a14f0f21bc53.tar.bz2 gentoo-2-47c8d31257a29c590ee28d552a57a14f0f21bc53.zip |
typo
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild index 030ecc910dc5..9793d654ddd2 100644 --- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild +++ b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild,v 1.4 2003/03/24 23:45:39 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.0.ebuild,v 1.5 2003/03/24 23:52:31 latexer Exp $ IUSE="apm build nocardbus pcmcia pnp trusted usb" -if [ -n "'use pcmcia'" ]; then +if [ -n "`use pcmcia`" ]; then has_version '=sys-apps/pcmcia-cs-3.2.1*' && PCMCIA_VERSION="3.2.1" has_version '=sys-apps/pcmcia-cs-3.2.3*' && PCMCIA_VERSION="3.2.3" has_version '=sys-apps/pcmcia-cs-3.2.4*' && PCMCIA_VERSION="3.2.4" |