diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:30 +0000 |
commit | 19ac6c077d9b14b1ebaa694819e7357b372fb335 (patch) | |
tree | 671e126180dd869a03060a01c2db50ad9996ad04 /app-crypt | |
parent | ~ dep bug fix (typo) (diff) | |
download | gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.gz gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.tar.bz2 gentoo-2-19ac6c077d9b14b1ebaa694819e7357b372fb335.zip |
Various fixes
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/krb5/krb5-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/krb5/krb5-1.2.2.ebuild b/app-crypt/krb5/krb5-1.2.2.ebuild index 2c8498d40905..14e604e0c876 100644 --- a/app-crypt/krb5/krb5-1.2.2.ebuild +++ b/app-crypt/krb5/krb5-1.2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <grant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.1 2001/06/21 15:26:25 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.2 2001/06/24 02:20:29 achim Exp $ #P= A=${P}.tar.gz S=${WORKDIR}/${P} -SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${A1}" +SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${A}" DESCRIPTION="MIT Kerberos V (set up for pam)" HOMEPAGE="http://crypto-publish.org" |