summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-11 11:15:17 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-11 11:15:17 +0000
commit6cd209e3f9554bbd9afe664f16cc05f42b78bc41 (patch)
tree227016c88176c4f13d142f5b7fa95f3e4bf2ab9f /net-wireless/hostapd
parentsuhosin bump (diff)
downloadgentoo-2-6cd209e3f9554bbd9afe664f16cc05f42b78bc41.tar.gz
gentoo-2-6cd209e3f9554bbd9afe664f16cc05f42b78bc41.tar.bz2
gentoo-2-6cd209e3f9554bbd9afe664f16cc05f42b78bc41.zip
Fix RDEPEND assignment that nilled the runtime dependencies.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r--net-wireless/hostapd/ChangeLog6
-rw-r--r--net-wireless/hostapd/hostapd-0.6.8.ebuild4
-rw-r--r--net-wireless/hostapd/hostapd-0.6.9.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog
index 2783f3759adc..57d06ebe023b 100644
--- a/net-wireless/hostapd/ChangeLog
+++ b/net-wireless/hostapd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/hostapd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.102 2009/05/24 18:34:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.103 2009/09/11 11:15:17 flameeyes Exp $
+
+ 11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ hostapd-0.6.8.ebuild, hostapd-0.6.9.ebuild:
+ Fix RDEPEND assignment that nilled the runtime dependencies.
24 May 2009; Markus Meier <maekke@gentoo.org> hostapd-0.6.9.ebuild:
amd64/x86 stable, bug #270148
diff --git a/net-wireless/hostapd/hostapd-0.6.8.ebuild b/net-wireless/hostapd/hostapd-0.6.8.ebuild
index 7de5613422db..a0aa9702b90b 100644
--- a/net-wireless/hostapd/hostapd-0.6.8.ebuild
+++ b/net-wireless/hostapd/hostapd-0.6.8.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-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.5 2009/04/04 19:18:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.6 2009/09/11 11:15:17 flameeyes Exp $
inherit toolchain-funcs linux-info
@@ -18,7 +18,7 @@ DEPEND="ssl? ( dev-libs/openssl )
madwifi? ( ||
( >net-wireless/madwifi-ng-tools-0.9.3
net-wireless/madwifi-old ) )"
-RDEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
S="${S}/hostapd"
diff --git a/net-wireless/hostapd/hostapd-0.6.9.ebuild b/net-wireless/hostapd/hostapd-0.6.9.ebuild
index b843eedf98bc..763e16934fa0 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-2009 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.4 2009/05/24 18:34:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.9.ebuild,v 1.5 2009/09/11 11:15:17 flameeyes Exp $
EAPI="2"
@@ -20,7 +20,7 @@ DEPEND="ssl? ( dev-libs/openssl )
madwifi? ( ||
( >net-wireless/madwifi-ng-tools-0.9.3
net-wireless/madwifi-old ) )"
-RDEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
S="${S}/hostapd"