summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-08-12 21:36:56 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-08-12 21:36:56 +0000
commit4de8d8b82c48cfcd651f99aacb130bc76666b8a5 (patch)
tree024de5eaf6544f8929a3208849eca6ecd459158b /net-mail
parentFix dependencies wrt bug #42534 (diff)
downloadgentoo-2-4de8d8b82c48cfcd651f99aacb130bc76666b8a5.tar.gz
gentoo-2-4de8d8b82c48cfcd651f99aacb130bc76666b8a5.tar.bz2
gentoo-2-4de8d8b82c48cfcd651f99aacb130bc76666b8a5.zip
Fix dependencies wrt bug #42534. (forgot to fix this one)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchmail/ChangeLog6
-rw-r--r--net-mail/fetchmail/fetchmail-6.2.5.2.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index 44dbfa370af2..7215163c3ebd 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/fetchmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.71 2005/08/12 21:34:43 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.72 2005/08/12 21:36:56 ferdy Exp $
+
+ 12 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org>
+ fetchmail-6.2.5.2.ebuild:
+ Fix dependencies wrt bug #42534. (forgot to fix this one)
12 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org>
fetchmail-6.2.5-r2.ebuild:
diff --git a/net-mail/fetchmail/fetchmail-6.2.5.2.ebuild b/net-mail/fetchmail/fetchmail-6.2.5.2.ebuild
index 121458e90551..b0caf2fe4e9f 100644
--- a/net-mail/fetchmail/fetchmail-6.2.5.2.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.2.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.2.ebuild,v 1.10 2005/08/06 13:08:11 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.2.ebuild,v 1.11 2005/08/12 21:36:56 ferdy Exp $
inherit eutils gnuconfig
@@ -16,8 +16,7 @@ IUSE="ssl nls ipv6 kerberos krb4 hesiod"
RDEPEND="hesiod? ( net-dns/hesiod )
ssl? ( >=dev-libs/openssl-0.9.6 )
- kerberos? ( virtual/krb5 )
- krb4? ( app-crypt/kth-krb )
+ kerberos? ( app-crypt/mit-krb5 )
sys-devel/gettext
elibc_FreeBSD? ( sys-libs/com_err )"