diff options
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index 4d5e1af955ce..4be8223bef47 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.108 2015/05/21 13:26:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.109 2015/05/27 11:21:22 ago Exp $ + + 27 May 2015; Agostino Sarubbo <ago@gentoo.org> pmacct-1.5.1.ebuild: + Stable for x86, wrt bug #542210 21 May 2015; Agostino Sarubbo <ago@gentoo.org> pmacct-1.5.1.ebuild: Stable for amd64, wrt bug #542210 diff --git a/net-analyzer/pmacct/pmacct-1.5.1.ebuild b/net-analyzer/pmacct/pmacct-1.5.1.ebuild index ab1777f3a253..e15c0e6c25c1 100644 --- a/net-analyzer/pmacct/pmacct-1.5.1.ebuild +++ b/net-analyzer/pmacct/pmacct-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v 1.3 2015/05/21 13:26:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.1.ebuild,v 1.4 2015/05/27 11:21:22 ago Exp $ EAPI=5 inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.pmacct.net/${P/_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="64bit debug geoip ipv6 mongodb mysql postgres sqlite threads ulog" RDEPEND=" |