diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-06-14 02:12:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-06-14 02:12:35 +0000 |
commit | 3859f91d2ba88fc56427ac4e06e33d514ed81840 (patch) | |
tree | 9a4344af92138571941ed4aad44abb626ad6f900 /net-firewall/iptables | |
parent | Add the media player snappy because leio wants it in the tree (diff) | |
download | gentoo-2-3859f91d2ba88fc56427ac4e06e33d514ed81840.tar.gz gentoo-2-3859f91d2ba88fc56427ac4e06e33d514ed81840.tar.bz2 gentoo-2-3859f91d2ba88fc56427ac4e06e33d514ed81840.zip |
If we build against libnfnetlink, then we should DEPEND on it as well as RDEPEND.
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.10-r1.ebuild | 14 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.11.1.ebuild | 14 |
3 files changed, 28 insertions, 7 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index a3756c2e5596..d79f377e1619 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.237 2011/06/09 07:42:01 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.238 2011/06/14 02:12:35 jer Exp $ + + 14 Jun 2011; Jeroen Roovers <jer@gentoo.org> iptables-1.4.10-r1.ebuild, + iptables-1.4.11.1.ebuild: + If we build against libnfnetlink, then we should DEPEND on it as well as + RDEPEND. *iptables-1.4.11.1 (09 Jun 2011) diff --git a/net-firewall/iptables/iptables-1.4.10-r1.ebuild b/net-firewall/iptables/iptables-1.4.10-r1.ebuild index 276b4f243cef..a102c393a228 100644 --- a/net-firewall/iptables/iptables-1.4.10-r1.ebuild +++ b/net-firewall/iptables/iptables-1.4.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.10-r1.ebuild,v 1.1 2011/02/10 04:05:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.10-r1.ebuild,v 1.2 2011/06/14 02:12:35 jer Exp $ EAPI="2" @@ -18,8 +18,16 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ipv6 netlink" -DEPEND="virtual/os-headers" -RDEPEND="netlink? ( net-libs/libnfnetlink )" +COMMON_DEPEND=" + netlink? ( net-libs/libnfnetlink ) +" +DEPEND=" + ${COMMON_DEPEND} + virtual/os-headers +" +RDEPEND=" + ${COMMON_DEPEND} +" src_prepare() { # Only run autotools if user patched something diff --git a/net-firewall/iptables/iptables-1.4.11.1.ebuild b/net-firewall/iptables/iptables-1.4.11.1.ebuild index 5b5948df362a..d2723f9073d7 100644 --- a/net-firewall/iptables/iptables-1.4.11.1.ebuild +++ b/net-firewall/iptables/iptables-1.4.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.11.1.ebuild,v 1.1 2011/06/09 07:42:01 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.11.1.ebuild,v 1.2 2011/06/14 02:12:35 jer Exp $ EAPI="4" @@ -18,8 +18,16 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ipv6 netlink" -DEPEND="virtual/os-headers" -RDEPEND="netlink? ( net-libs/libnfnetlink )" +COMMON_DEPEND=" + netlink? ( net-libs/libnfnetlink ) +" +DEPEND=" + ${COMMON_DEPEND} + virtual/os-headers +" +RDEPEND=" + ${COMMON_DEPEND} +" src_prepare() { # Only run autotools if user patched something |