jer 14/08/06 19:52:46 Modified: pmacct-1.5.0_rc3.ebuild ChangeLog Log: Add virtual/pkgconfig to DEPEND. (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?r1=1.2&r2=1.3 Index: pmacct-1.5.0_rc3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pmacct-1.5.0_rc3.ebuild 5 Aug 2014 16:36:59 -0000 1.2 +++ pmacct-1.5.0_rc3.ebuild 6 Aug 2014 19:52:46 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.2 2014/08/05 16:36:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.3 2014/08/06 19:52:46 jer Exp $ EAPI=5 inherit autotools eutils toolchain-funcs @@ -14,7 +14,7 @@ KEYWORDS="" IUSE="64bit debug geoip ipv6 mongodb mysql postgres sqlite threads ulog" -DEPEND=" +RDEPEND=" net-libs/libpcap geoip? ( dev-libs/geoip ) mongodb? ( >=dev-libs/mongo-c-driver-0.8.1-r1 ) @@ -22,7 +22,10 @@ postgres? ( dev-db/postgresql-base ) sqlite? ( =dev-db/sqlite-3* ) " -RDEPEND="${DEPEND}" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" S="${WORKDIR}/${P/_/}" 1.97 net-analyzer/pmacct/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.97&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.97&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.96&r2=1.97 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- ChangeLog 5 Aug 2014 16:36:59 -0000 1.96 +++ ChangeLog 6 Aug 2014 19:52:46 -0000 1.97 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.96 2014/08/05 16:36:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.97 2014/08/06 19:52:46 jer Exp $ + + 06 Aug 2014; Jeroen Roovers <j...@gentoo.org> pmacct-1.5.0_rc3.ebuild: + Add virtual/pkgconfig to DEPEND. 05 Aug 2014; Jeroen Roovers <j...@gentoo.org> pmacct-1.5.0_rc3.ebuild, +files/pmacct-1.5.0_rc3-mongodb.patch: