diff options
author | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
commit | 011e8c40aadb7542a3b94576e1117b7d8facd4b9 (patch) | |
tree | e08debc77a8f3f830af40492d9f730da239314f8 /net-analyzer/cutter | |
parent | Giving up on fixing this Build.PL - authors syntax is more than I can grok. O... (diff) | |
download | historical-011e8c40aadb7542a3b94576e1117b7d8facd4b9.tar.gz historical-011e8c40aadb7542a3b94576e1117b7d8facd4b9.tar.bz2 historical-011e8c40aadb7542a3b94576e1117b7d8facd4b9.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer/cutter')
-rw-r--r-- | net-analyzer/cutter/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/cutter/cutter-1.03.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/cutter/ChangeLog b/net-analyzer/cutter/ChangeLog index 53c0478ade6e..d6a2a485576f 100644 --- a/net-analyzer/cutter/ChangeLog +++ b/net-analyzer/cutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/cutter # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/ChangeLog,v 1.4 2005/05/15 00:53:33 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/ChangeLog,v 1.5 2005/07/19 13:03:56 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> cutter-1.03.ebuild: + Added to ~ppc. *cutter-1.03 (14 May 2005) diff --git a/net-analyzer/cutter/cutter-1.03.ebuild b/net-analyzer/cutter/cutter-1.03.ebuild index c3feb97b621d..28704bd0392f 100644 --- a/net-analyzer/cutter/cutter-1.03.ebuild +++ b/net-analyzer/cutter/cutter-1.03.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/cutter/cutter-1.03.ebuild,v 1.1 2005/05/15 00:53:33 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/cutter-1.03.ebuild,v 1.2 2005/07/19 13:03:56 dholm Exp $ DESCRIPTION="TCP/IP Connection cutting on Linux Firewalls and Routers" SRC_URI="http://www.lowth.com/cutter/software/${P}.tgz" @@ -9,7 +9,7 @@ LICENSE="GPL-2" DEPEND="" SLOT="0" IUSE="" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" src_compile() { make || die |