diff options
author | 2015-02-16 22:00:35 +0000 | |
---|---|---|
committer | 2015-02-16 22:00:35 +0000 | |
commit | c11996f3e046d4de18421fc871b01f466b3e3a2d (patch) | |
tree | 552844c27e10c2af199e5b74d9aa13973700af36 /net-wireless/wpa_supplicant | |
parent | Replace hs2.0 with hs2_0 to comply with PMS requirements. (diff) | |
download | gentoo-2-c11996f3e046d4de18421fc871b01f466b3e3a2d.tar.gz gentoo-2-c11996f3e046d4de18421fc871b01f466b3e3a2d.tar.bz2 gentoo-2-c11996f3e046d4de18421fc871b01f466b3e3a2d.zip |
Make it 'hs2-0' to avoid the 'reserved' underscore character.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-wireless/wpa_supplicant')
-rw-r--r-- | net-wireless/wpa_supplicant/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/metadata.xml | 2 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-wireless/wpa_supplicant/ChangeLog b/net-wireless/wpa_supplicant/ChangeLog index 9b2bdf7fefa6..66e18fa70d8f 100644 --- a/net-wireless/wpa_supplicant/ChangeLog +++ b/net-wireless/wpa_supplicant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/wpa_supplicant # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.225 2015/02/16 21:52:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.226 2015/02/16 22:00:35 floppym Exp $ + + 16 Feb 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml, + wpa_supplicant-2.3-r2.ebuild: + Make it 'hs2-0' to avoid the 'reserved' underscore character. 16 Feb 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml, wpa_supplicant-2.3-r2.ebuild: diff --git a/net-wireless/wpa_supplicant/metadata.xml b/net-wireless/wpa_supplicant/metadata.xml index 181f39bc5d25..27c3b642319e 100644 --- a/net-wireless/wpa_supplicant/metadata.xml +++ b/net-wireless/wpa_supplicant/metadata.xml @@ -13,7 +13,7 @@ <flag name='ap'>Add support for access point mode</flag> <flag name='eap-sim'>Add support for EAP-SIM authentication algorithm</flag> <flag name='fasteap'>Add support for FAST-EAP authentication algorithm</flag> - <flag name='hs2_0'>Add support for 802.11u and Passpoint for HotSpot 2.0</flag> + <flag name='hs2-0'>Add support for 802.11u and Passpoint for HotSpot 2.0</flag> <flag name='p2p'>Add support for Wi-Fi Direct mode</flag> <flag name='ps3'>Add support for ps3 hypervisor driven gelic wifi</flag> <flag name='tdls'>Add support for Tunneled Direct Link Setup (802.11z)</flag> diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild index e99bcc18ba0c..3daee1ccae9c 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild,v 1.4 2015/02/16 21:52:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild,v 1.5 2015/02/16 22:00:35 floppym Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="|| ( GPL-2 BSD )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="ap dbus gnutls eap-sim fasteap +hs2_0 p2p ps3 qt4 readline selinux smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux kernel_FreeBSD" +IUSE="ap dbus gnutls eap-sim fasteap +hs2-0 p2p ps3 qt4 readline selinux smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux kernel_FreeBSD" REQUIRED_USE="fasteap? ( !gnutls !ssl ) smartcard? ( ssl )" CDEPEND="dbus? ( sys-apps/dbus ) @@ -161,7 +161,7 @@ src_configure() { # Enable support for writing debug info to a log file. Kconfig_style_config DEBUG_FILE - if use hs2_0 ; then + if use hs2-0 ; then Kconfig_style_config INTERWORKING Kconfig_style_config HS20 fi |