diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-03-01 23:39:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-03-01 23:39:16 +0000 |
commit | ee92da9321761326856186087ff9d6b99e94335f (patch) | |
tree | d6e4239076823e1e4220109dd9a85e16a6deb4ba /net-analyzer/pmacct | |
parent | amd64 stable wrt #297299 (diff) | |
download | gentoo-2-ee92da9321761326856186087ff9d6b99e94335f.tar.gz gentoo-2-ee92da9321761326856186087ff9d6b99e94335f.tar.bz2 gentoo-2-ee92da9321761326856186087ff9d6b99e94335f.zip |
Add missing sqlite support in econf call thanks to Marcel Klein (bug #307339).
(Portage version: 2.2_rc63/cvs/Linux i686)
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" |