diff options
author | 2003-01-21 05:09:18 +0000 | |
---|---|---|
committer | 2003-01-21 05:09:18 +0000 | |
commit | 294a4754b6ec0df3b679d74baae303dcf47bd992 (patch) | |
tree | daebb1b5fc89d36c406db15198e4b2faba34dff9 /app-crypt/krb5 | |
parent | updated pkg_postinst (diff) | |
download | historical-294a4754b6ec0df3b679d74baae303dcf47bd992.tar.gz historical-294a4754b6ec0df3b679d74baae303dcf47bd992.tar.bz2 historical-294a4754b6ec0df3b679d74baae303dcf47bd992.zip |
Changed PROVIDES to PROVIDE
Diffstat (limited to 'app-crypt/krb5')
-rw-r--r-- | app-crypt/krb5/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/krb5/krb5-1.2.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-crypt/krb5/ChangeLog b/app-crypt/krb5/ChangeLog index 87f2df957b54..51da552ac6d8 100644 --- a/app-crypt/krb5/ChangeLog +++ b/app-crypt/krb5/ChangeLog @@ -1,14 +1,16 @@ # ChangeLog for app-crypt/krb5 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/ChangeLog,v 1.9 2002/12/13 10:56:01 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/ChangeLog,v 1.10 2003/01/21 05:07:09 raker Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *krb5-1.2.6-r1 (06 Dec 2002) + 20 Jan 2003; Nick Hadaway <raker@gentoo.org> krb5-1.2.6-r1.ebuild : + Changed PROVIDES to PROVIDE. + 06 Dec 2002; Matt Keadle <mkeadle@gentoo.org> krb5-1.2.6-r1.ebuild files/digest-krb5-1.2.6-r1 files/krb5-1.2.6-r1.diff - Now provides virtual/krb5. Client utils are also installed now with a leading "k" to signify their kerberos use and not to overlap the standard tool. IE: /usr/bin/ftp is the standard ftp client, while diff --git a/app-crypt/krb5/krb5-1.2.6-r1.ebuild b/app-crypt/krb5/krb5-1.2.6-r1.ebuild index 50ced2f06695..197d3fc04475 100644 --- a/app-crypt/krb5/krb5-1.2.6-r1.ebuild +++ b/app-crypt/krb5/krb5-1.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.6-r1.ebuild,v 1.2 2002/12/09 04:17:37 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.6-r1.ebuild,v 1.3 2003/01/21 05:07:09 raker Exp $ inherit eutils @@ -13,7 +13,7 @@ IUSE="doc" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ~sparc " -PROVIDES="virtual/krb5" +PROVIDE="virtual/krb5" DEPEND="virtual/glibc" |