diff options
author | 2005-07-19 12:53:03 +0000 | |
---|---|---|
committer | 2005-07-19 12:53:03 +0000 | |
commit | e1e9d77b7aafd0ac37200a02c4df930a99a133b8 (patch) | |
tree | a4b7fd0c10e0f6d6d26ab70a805b38b13370bc34 /net-analyzer/arpoison | |
parent | die happy (diff) | |
download | historical-e1e9d77b7aafd0ac37200a02c4df930a99a133b8.tar.gz historical-e1e9d77b7aafd0ac37200a02c4df930a99a133b8.tar.bz2 historical-e1e9d77b7aafd0ac37200a02c4df930a99a133b8.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog index 7cf64bd2e3eb..a7a521044c48 100644 --- a/net-analyzer/arpoison/ChangeLog +++ b/net-analyzer/arpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arpoison # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.2 2005/02/03 16:35:37 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.3 2005/07/19 12:47:46 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> arpoison-0.6.ebuild: + Added to ~ppc. 03 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> arpoison-0.6.ebuild: Update src_unpack now that upstream fixed their tarball. diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild index 375d043afc13..f15dadaf57e5 100644 --- a/net-analyzer/arpoison/arpoison-0.6.ebuild +++ b/net-analyzer/arpoison/arpoison-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2 2005/02/03 16:35:37 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.3 2005/07/19 12:47:46 dholm Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND=">=sys-apps/sed-4" |