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

(-)ngircd-13.ebuild.orig (-1 / +2 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~x86"
14
KEYWORDS="~amd64 ~ppc ~x86"
15
IUSE="zlib tcpd debug ident"
15
IUSE="zlib tcpd debug ident ipv6"
16
RESTRICT="test"
16
RESTRICT="test"
17
17
18
DEPEND="zlib? ( sys-libs/zlib )
18
DEPEND="zlib? ( sys-libs/zlib )
Lines 28-33 Link Here
28
		$(use_with ident ) \
28
		$(use_with ident ) \
29
		$(use_enable debug) \
29
		$(use_enable debug) \
30
		$(use_enable debug sniffer) \
30
		$(use_enable debug sniffer) \
31
		$(use_enable ipv6) \
31
		|| die "econf failed"
32
		|| die "econf failed"
32
	emake || die "emake failed"
33
	emake || die "emake failed"
33
}
34
}

Return to bug 273797