diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-07-08 13:53:11 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-07-08 13:53:11 +0000 |
commit | 73221f5774f37df0eae87dbbde0734daaf4c78a4 (patch) | |
tree | 2a3db747c81787fb581278ded8fe7fa8efc8fea6 /net-analyzer/iptraf | |
parent | fresh release, remove some never to be stabled releases (diff) | |
download | gentoo-2-73221f5774f37df0eae87dbbde0734daaf4c78a4.tar.gz gentoo-2-73221f5774f37df0eae87dbbde0734daaf4c78a4.tar.bz2 gentoo-2-73221f5774f37df0eae87dbbde0734daaf4c78a4.zip |
Stable on ppc; gcc-4 related; dragonheart is fine with the move.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r-- | net-analyzer/iptraf/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog index 062e12448e25..bd894331d31d 100644 --- a/net-analyzer/iptraf/ChangeLog +++ b/net-analyzer/iptraf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iptraf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.38 2006/05/20 15:02:56 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.39 2006/07/08 13:53:11 pylon Exp $ + + 08 Jul 2006; Lars Weiler <pylon@gentoo.org> iptraf-3.0.0-r2.ebuild: + Stable on ppc; gcc-4 related; dragonheart is fine with the move. 20 May 2006; Thomas Cort <tcort@gentoo.org> iptraf-3.0.0-r2.ebuild: Re-added ~alpha keyword. diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild index 76f0e427335d..5f612b7091c9 100644 --- a/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild +++ b/net-analyzer/iptraf/iptraf-3.0.0-r2.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/iptraf/iptraf-3.0.0-r2.ebuild,v 1.4 2006/05/20 15:02:56 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild,v 1.5 2006/07/08 13:53:11 pylon Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://iptraf.seul.org/pub/iptraf/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86" IUSE="ipv6 suid" DEPEND=">=sys-libs/ncurses-5.2-r1" |