diff options
author | 2013-04-29 18:30:35 +0000 | |
---|---|---|
committer | 2013-04-29 18:30:35 +0000 | |
commit | e26af789b08c7a9030ef6eec7187aa8196888e9b (patch) | |
tree | ac66a0f2d5050d9ddc59b79a20656c6386ed8788 /net-wireless | |
parent | Version bump. (diff) | |
download | gentoo-2-e26af789b08c7a9030ef6eec7187aa8196888e9b.tar.gz gentoo-2-e26af789b08c7a9030ef6eec7187aa8196888e9b.tar.bz2 gentoo-2-e26af789b08c7a9030ef6eec7187aa8196888e9b.zip |
Drop debug useflag. As without it all messages are muted, which kills any chance to see what is happening there. Resolves bug#454084.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-2.0.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index fdd016f4f3aa..4fc1bcb961d8 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/hostapd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.136 2013/01/21 10:42:21 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.137 2013/04/29 18:30:35 scarabeus Exp $ + + 29 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> hostapd-2.0.ebuild: + Drop debug useflag. As without it all messages are muted, which kills any + chance to see what is happening there. Resolves bug#454084. *hostapd-2.0 (21 Jan 2013) diff --git a/net-wireless/hostapd/hostapd-2.0.ebuild b/net-wireless/hostapd/hostapd-2.0.ebuild index bf5e144b68a1..c1f8c68dae88 100644 --- a/net-wireless/hostapd/hostapd-2.0.ebuild +++ b/net-wireless/hostapd/hostapd-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.0.ebuild,v 1.1 2013/01/21 10:42:21 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-2.0.ebuild,v 1.2 2013/04/29 18:30:35 scarabeus Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" LICENSE="|| ( GPL-2 BSD )" SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~x86" -IUSE="debug ipv6 logwatch madwifi +ssl +wps +crda" +IUSE="ipv6 logwatch madwifi +ssl +wps +crda" DEPEND="ssl? ( dev-libs/openssl ) kernel_linux? ( @@ -111,10 +111,6 @@ src_configure() { echo "CONFIG_IPV6=y" >> ${CONFIG} fi - if ! use debug; then - echo "CONFIG_NO_STDOUT_DEBUG=y" >> ${CONFIG} - fi - # If we are using libnl 2.0 and above, enable support for it # Removed for now, since the 3.2 version is broken, and we don't # support it. |