diff options
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.14.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index 13dd0a6f84d2..39ad12a39644 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.88 2013/01/22 15:01:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.89 2013/02/03 19:32:38 ago Exp $ + + 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.2.ebuild: + Add ~ppc, wrt bug #453414 22 Jan 2013; Jeroen Roovers <jer@gentoo.org> pmacct-0.14.2.ebuild: Install QUICKSTART too. diff --git a/net-analyzer/pmacct/pmacct-0.14.2.ebuild b/net-analyzer/pmacct/pmacct-0.14.2.ebuild index 1d0cd3541097..dd6be981f4ff 100644 --- a/net-analyzer/pmacct/pmacct-0.14.2.ebuild +++ b/net-analyzer/pmacct/pmacct-0.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.2.ebuild,v 1.2 2013/01/22 15:01:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.2.ebuild,v 1.3 2013/02/03 19:32:38 ago Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.pmacct.net/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="64bit debug geoip ipv6 mongodb mysql postgres sqlite threads ulog" DEPEND=" |