diff options
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild (renamed from net-analyzer/pmacct/pmacct-0.12.0.ebuild) | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index 21bff072ba38..6702ed3feb3c 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.63 2010/02/25 22:22:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.64 2010/03/01 23:39:16 jer Exp $ + +*pmacct-0.12.0-r1 (01 Mar 2010) + + 01 Mar 2010; Jeroen Roovers <jer@gentoo.org> -pmacct-0.12.0.ebuild, + +pmacct-0.12.0-r1.ebuild: + Add missing sqlite support in econf call thanks to Marcel Klein (bug + #307339). 25 Feb 2010; Jeroen Roovers <jer@gentoo.org> pmacct-0.12.0.ebuild, +files/pmacct-0.12.0-gentoo.patch, metadata.xml: diff --git a/net-analyzer/pmacct/pmacct-0.12.0.ebuild b/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild index e77c3586dc8a..f71155ae1e0a 100644 --- a/net-analyzer/pmacct/pmacct-0.12.0.ebuild +++ b/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.12.0.ebuild,v 1.2 2010/02/25 22:22:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.12.0-r1.ebuild,v 1.1 2010/03/01 23:39:16 jer Exp $ EAPI="2" @@ -35,6 +35,7 @@ src_configure() { $(use_enable ipv6) \ $(use_enable mysql) \ $(use_enable postgres pgsql) \ + $(use_enable sqlite sqlite3) \ $(use_enable threads) \ $(use_enable ulog) \ || die "econf failed" |