Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234886 | Differences between
and this patch

Collapse All | Expand All

(-)mit-krb5-1.6.3-r1.ebuild (-9 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.6.3-r1.ebuild,v 1.3 2008/07/22 14:36:28 mueli Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic versionator autotools
5
inherit eutils flag-o-matic versionator autotools
6
6
Lines 14-26 Link Here
14
14
15
LICENSE="as-is"
15
LICENSE="as-is"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
18
IUSE="krb4 tcl ipv6 doc"
18
IUSE="krb4 doc"
19
19
20
RDEPEND="!virtual/krb5
20
RDEPEND="!virtual/krb5
21
	sys-libs/com_err
21
	|| ( ( sys-libs/com_err sys-libs/ss ) ( >sys-libs/e2fsprogs-libs-1.40.11 ) )"
22
	sys-libs/ss
23
	tcl? ( dev-lang/tcl )"
24
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
25
	doc? ( virtual/latex-base )"
23
	doc? ( virtual/latex-base )"
26
24
Lines 46-55 Link Here
46
}
44
}
47
45
48
src_compile() {
46
src_compile() {
47
	# needed to work with sys-libs/e2fsprogs-libs <- should be removed!!
48
	append-flags "-I/usr/include/et"
49
	econf \
49
	econf \
50
		$(use_with krb4) \
50
		$(use_with krb4) \
51
		$(use_with tcl) \
52
		$(use_enable ipv6) \
53
		--enable-shared \
51
		--enable-shared \
54
		--with-system-et --with-system-ss \
52
		--with-system-et --with-system-ss \
55
		--enable-dns-for-realm \
53
		--enable-dns-for-realm \
Lines 66-72 Link Here
66
}
64
}
67
65
68
src_test() {
66
src_test() {
69
	einfo "Testing is being debugged, disabled for now"
67
	einfo "Tests do not run in sandbox ..."
70
}
68
}
71
69
72
src_install() {
70
src_install() {

Return to bug 234886