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

(-)unrealircd-3.2.6.ebuild.orig (-2 / +2 lines)
Lines 16-22 Link Here
16
SLOT="0"
16
SLOT="0"
17
LICENSE="GPL-2"
17
LICENSE="GPL-2"
18
KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
18
KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
19
IUSE="hub ipv6 ssl zlib curl prefixaq"
19
IUSE="hub ipv6 ssl zlib curl prefixaq showlistmodes"
20
20
21
RDEPEND="ssl? ( dev-libs/openssl )
21
RDEPEND="ssl? ( dev-libs/openssl )
22
	zlib? ( sys-libs/zlib )
22
	zlib? ( sys-libs/zlib )
Lines 58-64 Link Here
58
	use hub      && myconf="${myconf} --enable-hub"
58
	use hub      && myconf="${myconf} --enable-hub"
59
	use ssl      && myconf="${myconf} --enable-ssl"
59
	use ssl      && myconf="${myconf} --enable-ssl"
60
	use prefixaq && myconf="${myconf} --enable-prefixaq"
60
	use prefixaq && myconf="${myconf} --enable-prefixaq"
61
61
	use showlistmodes && myconf="${myconf} --with-showlistmodes"
62
	econf \
62
	econf \
63
		--with-listen=5 \
63
		--with-listen=5 \
64
		--with-dpath=${D}/etc/unrealircd \
64
		--with-dpath=${D}/etc/unrealircd \

Return to bug 176436