diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-12-11 22:46:46 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-12-11 22:46:46 +0000 |
commit | 7fb995af8bbe2bcbeb1363c8937f7d1f86842e5b (patch) | |
tree | 180e8e7583c657dd1a8429b06016f58dd3a2d73b /net-wireless/hostapd | |
parent | Rather than guess at variable name changes, perform version sanity checks to ... (diff) | |
download | historical-7fb995af8bbe2bcbeb1363c8937f7d1f86842e5b.tar.gz historical-7fb995af8bbe2bcbeb1363c8937f7d1f86842e5b.tar.bz2 historical-7fb995af8bbe2bcbeb1363c8937f7d1f86842e5b.zip |
ppc stable as per bug #74117. Changed DEPEND on kernel modules to a RDEPEND.
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.2.5.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index 02b1402c3339..0b39c3dae0a9 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/hostapd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.10 2004/12/10 17:03:00 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.11 2004/12/11 22:46:46 dragonheart Exp $ + + 12 Dec 2004; Daniel Black <dragonheart@gentoo.org> hostapd-0.2.5.ebuild: + ppc stable as per bug #74117. Changed DEPEND on kernel modules to a RDEPEND. 10 Dec 2004; Henrik Brix Andersen <brix@gentoo.org> -hostapd-0.1.0.ebuild, -hostapd-0.1.3.ebuild: diff --git a/net-wireless/hostapd/hostapd-0.2.5.ebuild b/net-wireless/hostapd/hostapd-0.2.5.ebuild index 73cbcfd4676b..2d98df26cea4 100644 --- a/net-wireless/hostapd/hostapd-0.2.5.ebuild +++ b/net-wireless/hostapd/hostapd-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.2.5.ebuild,v 1.3 2004/11/27 01:21:20 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.2.5.ebuild,v 1.4 2004/12/11 22:46:46 dragonheart Exp $ inherit toolchain-funcs eutils @@ -9,11 +9,12 @@ HOMEPAGE="http://hostap.epitest.fi" SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" IUSE="" SLOT="0" -DEPEND=">=net-wireless/hostap-driver-0.1.0" +RDEPEND=">=net-wireless/hostap-driver-0.1.0" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |