summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-11-16 14:35:15 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-11-16 14:35:15 +0000
commit2bed93f7cac0f05e94ed86b93ac962f2b793fb6e (patch)
tree942fd9b6c3969296819ece2e66934f7011e5e606 /dev-libs/openssl/openssl-0.9.8g.ebuild
parentDo not install pkg-config and header file for not installed lib due to USE=mi... (diff)
downloadgentoo-2-2bed93f7cac0f05e94ed86b93ac962f2b793fb6e.tar.gz
gentoo-2-2bed93f7cac0f05e94ed86b93ac962f2b793fb6e.tar.bz2
gentoo-2-2bed93f7cac0f05e94ed86b93ac962f2b793fb6e.zip
change depend to mit-krb5 since openssl's Configure script specifically states they don't support building against heimdal and it will break. Which results in a die during the ebuild
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs/openssl/openssl-0.9.8g.ebuild')
-rw-r--r--dev-libs/openssl/openssl-0.9.8g.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/openssl/openssl-0.9.8g.ebuild b/dev-libs/openssl/openssl-0.9.8g.ebuild
index 84e96d6d7b34..d22ff85a1f9c 100644
--- a/dev-libs/openssl/openssl-0.9.8g.ebuild
+++ b/dev-libs/openssl/openssl-0.9.8g.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild,v 1.11 2007/11/12 21:01:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild,v 1.12 2007/11/16 14:35:15 cardoe Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -15,7 +15,7 @@ IUSE="bindist emacs gmp kerberos sse2 test zlib"
RDEPEND="gmp? ( dev-libs/gmp )
zlib? ( sys-libs/zlib )
- kerberos? ( virtual/krb5 )"
+ kerberos? ( app-crypt/mit-krb5 )"
DEPEND="${RDEPEND}
sys-apps/diffutils
>=dev-lang/perl-5