Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276737 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-firewall/iptables/iptables-1.4.4.ebuild (-3 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.4.ebuild,v 1.1 2009/06/17 06:46:45 pva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.4.ebuild,v 1.1 2009/06/17 06:46:45 pva Exp $
4
4
5
inherit eutils toolchain-funcs
5
inherit eutils toolchain-funcs linux-info
6
6
7
DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"
7
DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools"
8
HOMEPAGE="http://www.iptables.org/"
8
HOMEPAGE="http://www.iptables.org/"
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
14
IUSE=""
14
IUSE="ksource"
15
15
16
DEPEND="virtual/os-headers"
16
DEPEND="virtual/os-headers"
17
RDEPEND=""
17
RDEPEND=""
Lines 42-48 Link Here
42
		--enable-devel \
42
		--enable-devel \
43
		--enable-libipq \
43
		--enable-libipq \
44
		--enable-shared \
44
		--enable-shared \
45
		--enable-static
45
		--enable-static \
46
		$(use_with ksource kernel ${KERNEL_DIR})
46
	emake V=1 || die
47
	emake V=1 || die
47
}
48
}
48
49

Return to bug 276737