diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-06-06 23:58:22 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-06-06 23:58:22 +0000 |
commit | 08a8e6e96da2ef7aab6d0769b95e7c05255aced8 (patch) | |
tree | 82bfe541dbde258d1ac580beb70bd16f38616c35 /net-www/mod_auth_kerb | |
parent | Moved krb5 to mit-krb5 (diff) | |
download | historical-08a8e6e96da2ef7aab6d0769b95e7c05255aced8.tar.gz historical-08a8e6e96da2ef7aab6d0769b95e7c05255aced8.tar.bz2 historical-08a8e6e96da2ef7aab6d0769b95e7c05255aced8.zip |
Moved krb5 to mit-krb5
Diffstat (limited to 'net-www/mod_auth_kerb')
-rw-r--r-- | net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild b/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild index ffd88c0489bd..9fa20caebbe5 100644 --- a/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild +++ b/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild,v 1.2 2003/02/13 15:37:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-4.11.ebuild,v 1.3 2003/06/06 23:58:22 rphillips Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://modauthkerb.sourceforge.net/" S=${WORKDIR}/src SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz" -DEPEND="app-crypt/krb5 =net-www/apache-2*" +DEPEND="app-crypt/mit-krb5 =net-www/apache-2*" LICENSE="Apache-1.1" KEYWORDS="~x86" IUSE="" |