diff options
author | 2011-10-27 17:12:33 +0000 | |
---|---|---|
committer | 2011-10-27 17:12:33 +0000 | |
commit | 4e4ecde3b364e3b65cbea33ba2c4ddfc18425d6c (patch) | |
tree | 6041d6ad04b9c0bb1b7f258e89ef3a7614cc2566 /net-wireless/hostapd | |
parent | Fix libnl dependency (bug #342461). (diff) | |
download | gentoo-2-4e4ecde3b364e3b65cbea33ba2c4ddfc18425d6c.tar.gz gentoo-2-4e4ecde3b364e3b65cbea33ba2c4ddfc18425d6c.tar.bz2 gentoo-2-4e4ecde3b364e3b65cbea33ba2c4ddfc18425d6c.zip |
Fix libnl dependency (bug #342461).
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.6.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index 2f67a537223e..4245f5dbbf49 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/hostapd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.114 2011/09/25 14:03:46 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.115 2011/10/27 17:12:33 jer Exp $ + + 27 Oct 2011; Jeroen Roovers <jer@gentoo.org> hostapd-0.6.9.ebuild: + Fix libnl dependency (bug #342461). 25 Sep 2011; <gurligebis@gentoo.org> files/hostapd-init.d: Changed extra_commands to extra_started_commands in initscript. diff --git a/net-wireless/hostapd/hostapd-0.6.9.ebuild b/net-wireless/hostapd/hostapd-0.6.9.ebuild index 8f98ade19c78..8e0e926935cf 100644 --- a/net-wireless/hostapd/hostapd-0.6.9.ebuild +++ b/net-wireless/hostapd/hostapd-0.6.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.9.ebuild,v 1.6 2010/01/14 14:36:18 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.9.ebuild,v 1.7 2011/10/27 17:12:33 jer Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" IUSE="ipv6 logwatch madwifi +ssl +wps" DEPEND="ssl? ( dev-libs/openssl ) - >=dev-libs/libnl-1.1 + dev-libs/libnl:1.1 madwifi? ( || ( >net-wireless/madwifi-ng-tools-0.9.3 net-wireless/madwifi-old ) )" |