summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-03-07 05:58:57 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-03-07 05:58:57 +0000
commit56c263abc0b2d99b2dc5bedb78db904ea4795c8d (patch)
treec8cc2cc808c7fa378edac67514413fce5849e970 /net-firewall/nfacct
parentVersion bump (diff)
downloadgentoo-2-56c263abc0b2d99b2dc5bedb78db904ea4795c8d.tar.gz
gentoo-2-56c263abc0b2d99b2dc5bedb78db904ea4795c8d.tar.bz2
gentoo-2-56c263abc0b2d99b2dc5bedb78db904ea4795c8d.zip
Make check for NETFILTER_NETLINK_ACCT option non-fatal, add pkgconfig to buildtime dependencies
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-firewall/nfacct')
-rw-r--r--net-firewall/nfacct/ChangeLog7
-rw-r--r--net-firewall/nfacct/nfacct-1.0.0.ebuild9
-rw-r--r--net-firewall/nfacct/nfacct-1.0.1.ebuild9
3 files changed, 16 insertions, 9 deletions
diff --git a/net-firewall/nfacct/ChangeLog b/net-firewall/nfacct/ChangeLog
index afbadd006776..842fcd41b76f 100644
--- a/net-firewall/nfacct/ChangeLog
+++ b/net-firewall/nfacct/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/nfacct
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/ChangeLog,v 1.5 2013/03/07 05:56:29 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/ChangeLog,v 1.6 2013/03/07 05:58:57 pinkbyte Exp $
+
+ 07 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> nfacct-1.0.0.ebuild,
+ nfacct-1.0.1.ebuild:
+ Make check for NETFILTER_NETLINK_ACCT option non-fatal, add pkgconfig to
+ buildtime dependencies
*nfacct-1.0.1 (07 Mar 2013)
diff --git a/net-firewall/nfacct/nfacct-1.0.0.ebuild b/net-firewall/nfacct/nfacct-1.0.0.ebuild
index 4854f2b266a1..a7e5821e1922 100644
--- a/net-firewall/nfacct/nfacct-1.0.0.ebuild
+++ b/net-firewall/nfacct/nfacct-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/nfacct-1.0.0.ebuild,v 1.4 2013/01/30 18:53:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/nfacct-1.0.0.ebuild,v 1.5 2013/03/07 05:58:57 pinkbyte Exp $
EAPI=4
@@ -15,8 +15,9 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="net-libs/libmnl
+RDEPEND="net-libs/libmnl
>=net-libs/libnetfilter_acct-1.0.0"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
-CONFIG_CHECK="NETFILTER_NETLINK_ACCT"
+CONFIG_CHECK="~NETFILTER_NETLINK_ACCT"
diff --git a/net-firewall/nfacct/nfacct-1.0.1.ebuild b/net-firewall/nfacct/nfacct-1.0.1.ebuild
index ae523488ef53..858857af2ff3 100644
--- a/net-firewall/nfacct/nfacct-1.0.1.ebuild
+++ b/net-firewall/nfacct/nfacct-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/nfacct-1.0.1.ebuild,v 1.1 2013/03/07 05:56:29 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/nfacct-1.0.1.ebuild,v 1.2 2013/03/07 05:58:57 pinkbyte Exp $
EAPI=5
@@ -14,8 +14,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="net-libs/libmnl
+RDEPEND="net-libs/libmnl
>=net-libs/libnetfilter_acct-1.0.2"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
-CONFIG_CHECK="NETFILTER_NETLINK_ACCT"
+CONFIG_CHECK="~NETFILTER_NETLINK_ACCT"