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

(-)slrn-0.9.8.1.ebuild (-1 / +3 lines)
Lines 15-27 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
17
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
18
IUSE="ssl nls unicode uudeview"
18
IUSE="ssl nls unicode canlock uudeview"
19
19
20
RDEPEND="virtual/mta
20
RDEPEND="virtual/mta
21
	>=app-arch/sharutils-4.2.1
21
	>=app-arch/sharutils-4.2.1
22
	>=sys-libs/slang-1.4.9-r1
22
	>=sys-libs/slang-1.4.9-r1
23
	ssl? ( >=dev-libs/openssl-0.9.6 )"
23
	ssl? ( >=dev-libs/openssl-0.9.6 )"
24
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
25
	canlock? ( net-libs/canlock )
25
	uudeview? ( dev-libs/uulib )
26
	uudeview? ( dev-libs/uulib )
26
	nls? ( sys-devel/gettext )"
27
	nls? ( sys-devel/gettext )"
27
28
Lines 52-57 Link Here
52
		--with-slrnpull \
53
		--with-slrnpull \
53
		$(use_enable nls) \
54
		$(use_enable nls) \
54
		$(use_with ssl) \
55
		$(use_with ssl) \
56
		$(use_with canlock) \
55
		$(use_with uudeview) \
57
		$(use_with uudeview) \
56
		|| die "econf failed"
58
		|| die "econf failed"
57
	emake || die "emake failed"
59
	emake || die "emake failed"

Return to bug 104245