Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206713
Collapse All | Expand All

(-)nmap-4.53.ebuild.orig (-1 / +2 lines)
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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
14
IUSE="gtk ssl"
14
IUSE="gtk lua ssl"
15
15
16
DEPEND="dev-libs/libpcre
16
DEPEND="dev-libs/libpcre
17
	net-libs/libpcap
17
	net-libs/libpcap
Lines 36-41 Link Here
36
	econf \
36
	econf \
37
		--with-libdnet=included \
37
		--with-libdnet=included \
38
		$(use_with gtk zenmap) \
38
		$(use_with gtk zenmap) \
39
		$(use_with lua liblua) \
39
		$(use_with ssl openssl) || die
40
		$(use_with ssl openssl) || die
40
	emake -j1 || die
41
	emake -j1 || die
41
}
42
}

Return to bug 206713