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.3.2.ebuild (-2 / +8 lines)
Lines 11-21 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=""
18
18
19
pkg_setup() {
20
	# Don't call linux-info_pkg_setup in case ksource USE disabled.
21
	use ksource && linux-info_pkg_setup
22
}
23
19
src_unpack() {
24
src_unpack() {
20
	unpack ${P}.tar.bz2
25
	unpack ${P}.tar.bz2
21
	cd "${S}"
26
	cd "${S}"
Lines 42-48 Link Here
42
		--enable-devel \
47
		--enable-devel \
43
		--enable-libipq \
48
		--enable-libipq \
44
		--enable-shared \
49
		--enable-shared \
45
		--enable-static
50
		--enable-static \
51
		$(use_with ksource kernel ${KERNEL_DIR})
46
	emake V=1 || die
52
	emake V=1 || die
47
}
53
}
48
54

Return to bug 276737