diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-14 19:08:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-14 19:08:07 +0000 |
commit | 3f55f896095c89c52f2621459c7c3c4ca2e0b456 (patch) | |
tree | 90ec2a5ce86ad2b68c268ff5aa31569f73e400eb /net-analyzer/pmacct | |
parent | Stable for amd64, wrt bug #441430 (diff) | |
download | gentoo-2-3f55f896095c89c52f2621459c7c3c4ca2e0b456.tar.gz gentoo-2-3f55f896095c89c52f2621459c7c3c4ca2e0b456.tar.bz2 gentoo-2-3f55f896095c89c52f2621459c7c3c4ca2e0b456.zip |
Stable for amd64, wrt bug #441430
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index 97b71b3e5b7f..1e04ac04e5ae 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.84 2012/11/14 18:21:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.85 2012/11/14 19:08:07 ago Exp $ + + 14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> pmacct-0.14.1.ebuild: + Stable for amd64, wrt bug #441430 14 Nov 2012; Jeroen Roovers <jer@gentoo.org> pmacct-0.14.1.ebuild: Export AR and RANLIB for cross-compiling (bug #443122 by Denis M.). diff --git a/net-analyzer/pmacct/pmacct-0.14.1.ebuild b/net-analyzer/pmacct/pmacct-0.14.1.ebuild index f874aa1b2fb6..be800fa6baee 100644 --- a/net-analyzer/pmacct/pmacct-0.14.1.ebuild +++ b/net-analyzer/pmacct/pmacct-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.3 2012/11/14 18:21:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.1.ebuild,v 1.4 2012/11/14 19:08:07 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 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="64bit debug ipv6 mysql postgres sqlite threads ulog" RDEPEND="net-libs/libpcap |