diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-01-17 15:03:58 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-01-17 15:03:58 +0000 |
commit | 29bdc66f50643adfc42681c695a268937939f5d7 (patch) | |
tree | f0eafef2cd80b594ecbd7287c7a4b448107a665e /net-analyzer | |
parent | Only mask specific version of madwifi-* (diff) | |
download | historical-29bdc66f50643adfc42681c695a268937939f5d7.tar.gz historical-29bdc66f50643adfc42681c695a268937939f5d7.tar.bz2 historical-29bdc66f50643adfc42681c695a268937939f5d7.zip |
Added ppc keyword. bug 118407
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/arpoison/Manifest | 10 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog index 569a3fc99b30..fcac9acacfa7 100644 --- a/net-analyzer/arpoison/ChangeLog +++ b/net-analyzer/arpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arpoison # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.4 2006/01/11 05:13:11 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.5 2006/01/17 15:03:58 nixnut Exp $ + + 17 Jan 2006; <nixnut@gentoo.org> arpoison-0.6.ebuild: + Added ppc keyword. bug 118407 11 Jan 2006; Mark Loeser <halcy0n@gentoo.org> arpoison-0.6.ebuild: Stable on x86; bug #118407 diff --git a/net-analyzer/arpoison/Manifest b/net-analyzer/arpoison/Manifest index 09835d8113e2..20def2055841 100644 --- a/net-analyzer/arpoison/Manifest +++ b/net-analyzer/arpoison/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e190045a5acb0d7601454cce5dd49639 ChangeLog 679 -MD5 6d9c4329f1682eba382b945b20980ae9 arpoison-0.6.ebuild 762 +MD5 e72ac86067a4e74d799e69d85ceabcd6 ChangeLog 767 +MD5 bfb1dea83ffeb10aecb7fc1b2393ae76 arpoison-0.6.ebuild 760 MD5 b683b9242e8e001c86df11bfffbe6bf3 files/digest-arpoison-0.6 62 MD5 637389da071d8ee0c0292695525bc29f metadata.xml 160 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDxJPxCRZPokWLroQRAhbeAKDNetuz8XdJIK5GUgWfXQ4mc2/mzwCffJcN -5Z3T1jm5VMX7ZZKye7+cuwE= -=k8v4 +iD8DBQFDzQc8oFw4q70f3SsRAteyAKCZ6zs/RYcgZcW0ocFY7C3Y8TzLJACgkKLc +shNHNL2/ndec0xyHt0WV7FQ= +=KKdz -----END PGP SIGNATURE----- diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild index ee85549b21df..8e1c41bdf5ca 100644 --- a/net-analyzer/arpoison/arpoison-0.6.ebuild +++ b/net-analyzer/arpoison/arpoison-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.4 2006/01/11 05:13:11 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.5 2006/01/17 15:03:58 nixnut Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="ppc x86" IUSE="" DEPEND=">=sys-apps/sed-4" |