diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-19 21:59:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-19 21:59:54 +0000 |
commit | ce7d71548ee60a906519d45836336b80624be8d9 (patch) | |
tree | 627d15081e53aa0882e44e1dbcf3788377701d66 /net-firewall/iptables | |
parent | fix DEPEND #60942 (Manifest recommit) (diff) | |
download | gentoo-2-ce7d71548ee60a906519d45836336b80624be8d9.tar.gz gentoo-2-ce7d71548ee60a906519d45836336b80624be8d9.tar.bz2 gentoo-2-ce7d71548ee60a906519d45836336b80624be8d9.zip |
fix DEPEND #60923
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/iptables-1.2.11-r2.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.7a-r3.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9-r1.ebuild | 3 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9-r4.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9.ebuild | 3 |
5 files changed, 13 insertions, 5 deletions
diff --git a/net-firewall/iptables/iptables-1.2.11-r2.ebuild b/net-firewall/iptables/iptables-1.2.11-r2.ebuild index c3de2b4d14f8..4523d8b4668c 100644 --- a/net-firewall/iptables/iptables-1.2.11-r2.ebuild +++ b/net-firewall/iptables/iptables-1.2.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r2.ebuild,v 1.5 2004/08/18 22:08:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r2.ebuild,v 1.6 2004/08/19 21:59:53 vapier Exp $ inherit eutils flag-o-matic @@ -14,8 +14,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64" IUSE="ipv6 static extensions" + DEPEND="virtual/os-headers extensions? ( virtual/linux-sources )" +RDEPEND="" pkg_setup() { if use extensions; then diff --git a/net-firewall/iptables/iptables-1.2.7a-r3.ebuild b/net-firewall/iptables/iptables-1.2.7a-r3.ebuild index 52d6e5830483..fa43d2808d7a 100644 --- a/net-firewall/iptables/iptables-1.2.7a-r3.ebuild +++ b/net-firewall/iptables/iptables-1.2.7a-r3.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r3.ebuild,v 1.9 2004/07/02 10:31:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r3.ebuild,v 1.10 2004/08/19 21:59:53 vapier Exp $ inherit eutils DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" HOMEPAGE="http://www.iptables.org/" SRC_URI="http://www.iptables.org/files/${P}.tar.bz2" + IUSE="" LICENSE="GPL-2" SLOT="0" @@ -14,6 +15,7 @@ KEYWORDS="x86 ppc alpha sparc hppa mips" # iptables is dependent on kernel sources. Strange but true. DEPEND="virtual/os-headers" +RDEPEND="" src_unpack() { unpack ${A} diff --git a/net-firewall/iptables/iptables-1.2.9-r1.ebuild b/net-firewall/iptables/iptables-1.2.9-r1.ebuild index 5ca875dbe328..24784a5f00b9 100644 --- a/net-firewall/iptables/iptables-1.2.9-r1.ebuild +++ b/net-firewall/iptables/iptables-1.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r1.ebuild,v 1.8 2004/07/02 10:31:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r1.ebuild,v 1.9 2004/08/19 21:59:54 vapier Exp $ inherit eutils flag-o-matic @@ -15,6 +15,7 @@ IUSE="ipv6 static" # iptables is dependent on kernel sources. Strange but true. DEPEND="virtual/linux-sources" +RDEPEND="" src_unpack() { replace-flags -O0 -O2 diff --git a/net-firewall/iptables/iptables-1.2.9-r4.ebuild b/net-firewall/iptables/iptables-1.2.9-r4.ebuild index f01d5fca8d57..f1b8c260e8d3 100644 --- a/net-firewall/iptables/iptables-1.2.9-r4.ebuild +++ b/net-firewall/iptables/iptables-1.2.9-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r4.ebuild,v 1.2 2004/07/04 11:42:58 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r4.ebuild,v 1.3 2004/08/19 21:59:54 vapier Exp $ inherit eutils flag-o-matic @@ -12,8 +12,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64" IUSE="ipv6 static extensions" + DEPEND="virtual/os-headers extensions? ( virtual/linux-sources )" +RDEPEND="" pkg_setup() { if use extensions; then diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild index 0f5fe877962f..1fa8c0288fef 100644 --- a/net-firewall/iptables/iptables-1.2.9.ebuild +++ b/net-firewall/iptables/iptables-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.15 2004/07/02 10:31:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.16 2004/08/19 21:59:54 vapier Exp $ inherit eutils flag-o-matic @@ -15,6 +15,7 @@ IUSE="ipv6" # iptables is dependent on kernel sources. Strange but true. DEPEND="virtual/os-headers" +RDEPEND="" src_unpack() { replace-flags -O0 -O2 |