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

(-)/usr/portage/app-crypt/mit-krb5/mit-krb5-1.6.3-r1.ebuild (-3 / +5 lines)
Lines 14-25 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 tcl ipv6 doc"
19
19
20
RDEPEND="!virtual/krb5
20
RDEPEND="!virtual/krb5
21
	sys-libs/com_err
21
	sys-libs/e2fsprogs-libs
22
	sys-libs/ss
23
	tcl? ( dev-lang/tcl )"
22
	tcl? ( dev-lang/tcl )"
24
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
25
	doc? ( virtual/latex-base )"
24
	doc? ( virtual/latex-base )"
Lines 43-48 Link Here
43
		eautoconf --force -I "${S}"
42
		eautoconf --force -I "${S}"
44
		eend $?
43
		eend $?
45
	done
44
	done
45
	cd ${S}
46
	cp -v "${ROOT}usr/include/et/com_err.h" include
47
46
}
48
}
47
49
48
src_compile() {
50
src_compile() {

Return to bug 234886