diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-08-12 21:34:43 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-08-12 21:34:43 +0000 |
commit | 1bd6dd712504ec75f79ef95a6b8692df7d7e4f78 (patch) | |
tree | d43b749dfd1027b83bd8e0d660e4a0a791cac44e /net-mail/fetchmail | |
parent | Set /usr/bin/Xorg suid so it starts. (diff) | |
download | gentoo-2-1bd6dd712504ec75f79ef95a6b8692df7d7e4f78.tar.gz gentoo-2-1bd6dd712504ec75f79ef95a6b8692df7d7e4f78.tar.bz2 gentoo-2-1bd6dd712504ec75f79ef95a6b8692df7d7e4f78.zip |
Fix dependencies wrt bug #42534
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 4a48e13414e4..44dbfa370af2 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.70 2005/08/06 13:08:10 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.71 2005/08/12 21:34:43 ferdy Exp $ + + 12 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org> + fetchmail-6.2.5-r2.ebuild: + Fix dependencies wrt bug #42534 06 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> fetchmail-6.2.5.2.ebuild: Re-added ~mips for bug 99915. diff --git a/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild b/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild index 3973f934ac1e..d49accd7df04 100644 --- a/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.5-r2.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-r2.ebuild,v 1.5 2005/07/01 16:35:11 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild,v 1.6 2005/08/12 21:34:43 ferdy Exp $ inherit eutils gnuconfig @@ -15,8 +15,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 )" |