summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-03-30 11:39:17 +0000
committerLars Weiler <pylon@gentoo.org>2004-03-30 11:39:17 +0000
commit223c103233acf806bd35cca131226ae8413408c0 (patch)
tree63314ace3e4e1fe5e94e6ce7cad0580f504f2a9f /net-mail/fetchmail
parentinitial commit; ebuild based on the one submitted by Andreas Scholta via bug ... (diff)
downloadgentoo-2-223c103233acf806bd35cca131226ae8413408c0.tar.gz
gentoo-2-223c103233acf806bd35cca131226ae8413408c0.tar.bz2
gentoo-2-223c103233acf806bd35cca131226ae8413408c0.zip
stable on ppc, as requested in bug #37717
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/ChangeLog5
-rw-r--r--net-mail/fetchmail/fetchmail-6.2.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index 57f286825dce..37810e581e9d 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/fetchmail
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.45 2004/03/26 23:42:00 jmaynard Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.46 2004/03/30 11:39:17 pylon Exp $
+
+ 30 Mar 2004; Lars Weiler <pylon@gentoo.org> fetchmail-6.2.5.ebuild:
+ stable on ppc, as requested in bug #37717
26 Mar 2004; Jay Maynard <jmaynard@gentoo.org> fetchmail-6.2.5.ebuild:
Unable to reproduce header corruption on Alpha; marking 6.2.5 stable
diff --git a/net-mail/fetchmail/fetchmail-6.2.5.ebuild b/net-mail/fetchmail/fetchmail-6.2.5.ebuild
index 9e5ead6da7e4..cbf541b91299 100644
--- a/net-mail/fetchmail/fetchmail-6.2.5.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.ebuild,v 1.9 2004/03/26 23:42:01 jmaynard Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.ebuild,v 1.10 2004/03/30 11:39:17 pylon Exp $
IUSE="ssl nls ipv6 kerberos krb4"
@@ -12,7 +12,7 @@ SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2 public-domain"
-KEYWORDS="x86 alpha sparc"
+KEYWORDS="x86 alpha sparc ppc"
DEPEND="virtual/glibc
ssl? ( >=dev-libs/openssl-0.9.6 )