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

(-)mit-krb5-1.5.1.ebuild (-2 / +2 lines)
Lines 14-20 SRC_URI="http://web.mit.edu/kerberos/dis Link Here
14
LICENSE="as-is"
14
LICENSE="as-is"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
17
IUSE="krb4 static tcl ipv6 doc"
17
IUSE="krb4 tcl ipv6 doc"
18
18
19
RDEPEND="!virtual/krb5
19
RDEPEND="!virtual/krb5
20
	sys-libs/com_err
20
	sys-libs/com_err
Lines 41-47 src_compile() { Link Here
41
		$(use_with krb4) \
41
		$(use_with krb4) \
42
		$(use_with tcl) \
42
		$(use_with tcl) \
43
		$(use_enable ipv6) \
43
		$(use_enable ipv6) \
44
		$(use_enable static) \
44
		--enable-static \
45
		--enable-shared \
45
		--enable-shared \
46
		--with-system-et --with-system-ss \
46
		--with-system-et --with-system-ss \
47
		--enable-dns-for-realm || die
47
		--enable-dns-for-realm || die

Return to bug 155530