--- mit-krb5-1.6.3-r1.ebuild 2008-08-19 09:53:59.000000000 +0200 +++ mit-krb5-1.6.3-r1.ebuild 2008-08-19 09:52:45.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: $ inherit eutils flag-o-matic versionator autotools @@ -14,13 +14,11 @@ LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="krb4 tcl ipv6 doc" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="krb4 doc" RDEPEND="!virtual/krb5 - sys-libs/com_err - sys-libs/ss - tcl? ( dev-lang/tcl )" + || ( ( sys-libs/com_err sys-libs/ss ) ( >sys-libs/e2fsprogs-libs-1.40.11 ) )" DEPEND="${RDEPEND} doc? ( virtual/latex-base )" @@ -46,10 +44,10 @@ } src_compile() { + # needed to work with sys-libs/e2fsprogs-libs <- should be removed!! + append-flags "-I/usr/include/et" econf \ $(use_with krb4) \ - $(use_with tcl) \ - $(use_enable ipv6) \ --enable-shared \ --with-system-et --with-system-ss \ --enable-dns-for-realm \ @@ -66,7 +64,7 @@ } src_test() { - einfo "Testing is being debugged, disabled for now" + einfo "Tests do not run in sandbox ..." } src_install() {