diff options
author | David Holm <dholm@gentoo.org> | 2004-07-17 09:58:17 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-17 09:58:17 +0000 |
commit | cf361de802e1a013a09a683868bf731f3e3b4220 (patch) | |
tree | 13dfb614ac085a8776bce61837a82a752394fdce /net-analyzer/pmacct | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-cf361de802e1a013a09a683868bf731f3e3b4220.tar.gz gentoo-2-cf361de802e1a013a09a683868bf731f3e3b4220.tar.bz2 gentoo-2-cf361de802e1a013a09a683868bf731f3e3b4220.zip |
Added to ~ppc
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index 04300d503581..8edf2c3993ca 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.2 2004/07/16 09:25:01 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.3 2004/07/17 09:58:17 dholm Exp $ + + 17 Jul 2004; David Holm <dholm@gentoo.org> pmacct-0.7.1.ebuild: + Added to ~ppc. *pmacct-0.7.1 (16 Jul 2004) diff --git a/net-analyzer/pmacct/pmacct-0.7.1.ebuild b/net-analyzer/pmacct/pmacct-0.7.1.ebuild index da20c496efc7..7ed52b6e2f60 100644 --- a/net-analyzer/pmacct/pmacct-0.7.1.ebuild +++ b/net-analyzer/pmacct/pmacct-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.7.1.ebuild,v 1.1 2004/07/16 09:25:01 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.7.1.ebuild,v 1.2 2004/07/17 09:58:17 dholm Exp $ DESCRIPTION="A network tool to gather ip traffic informations" HOMEPAGE="http://www.ba.cnr.it/~paolo/pmacct/" @@ -8,7 +8,7 @@ SRC_URI="http://www.ba.cnr.it/~paolo/pmacct/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="mysql postgres mmap" RDEPEND="net-libs/libpcap |