diff options
author | Bryon Roche <kain@gentoo.org> | 2002-11-03 07:56:39 +0000 |
---|---|---|
committer | Bryon Roche <kain@gentoo.org> | 2002-11-03 07:56:39 +0000 |
commit | 1828a967e417a6e0467663e07dd63e1701962f7d (patch) | |
tree | 89f58751c9ccdbf391ca560d7324e313592134ee /net-wireless/ap-utils | |
parent | New ebuild. See bug #8557 (diff) | |
download | historical-1828a967e417a6e0467663e07dd63e1701962f7d.tar.gz historical-1828a967e417a6e0467663e07dd63e1701962f7d.tar.bz2 historical-1828a967e417a6e0467663e07dd63e1701962f7d.zip |
*** empty log message ***
Diffstat (limited to 'net-wireless/ap-utils')
-rw-r--r-- | net-wireless/ap-utils/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/ap-utils/ap-utils-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-wireless/ap-utils/ChangeLog b/net-wireless/ap-utils/ChangeLog index c3b66ae166f5..0e5d7d4f8292 100644 --- a/net-wireless/ap-utils/ChangeLog +++ b/net-wireless/ap-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ap-utils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ap-utils/ChangeLog,v 1.1 2002/10/31 22:11:30 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ap-utils/ChangeLog,v 1.2 2002/11/03 07:56:39 kain Exp $ + + 03 Nov 2002; Kain <kain@kain.org>: + current ap-utils does NOT work correctly on PPC. (endianess issues) 31 Oct 2002; Hannes Mehnert <hannes@gentoo.org>: moved to net-wireless diff --git a/net-wireless/ap-utils/ap-utils-1.0.5.ebuild b/net-wireless/ap-utils/ap-utils-1.0.5.ebuild index 310b7f7a9eaf..da11858e0a02 100644 --- a/net-wireless/ap-utils/ap-utils-1.0.5.ebuild +++ b/net-wireless/ap-utils/ap-utils-1.0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ap-utils/ap-utils-1.0.5.ebuild,v 1.1 2002/10/31 22:11:30 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ap-utils/ap-utils-1.0.5.ebuild,v 1.2 2002/11/03 07:56:39 kain Exp $ DESCRIPTION="Wireless Access Point Utilites for Unix" HOMEPAGE="http://ap-utils.polesye.net/" SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 -ppc" DEPEND=">=bison-1.34" RDEPEND="" |