diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-17 18:27:26 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-17 18:27:26 +0000 |
commit | 39d0cdcb024dad611580483b26458ddce46a6799 (patch) | |
tree | ee4d837636a0f9427c0d22676251e62ae2006f05 /net-mail/getmail | |
parent | More verbose message thanks to R. May <Tinitus1@onlinehome.de> in bug 92876 (diff) | |
download | gentoo-2-39d0cdcb024dad611580483b26458ddce46a6799.tar.gz gentoo-2-39d0cdcb024dad611580483b26458ddce46a6799.tar.bz2 gentoo-2-39d0cdcb024dad611580483b26458ddce46a6799.zip |
Stable on ppc.
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 84610306cc17..2ac43cc39f46 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.70 2005/05/13 17:11:37 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.71 2005/05/17 18:26:53 hansmi Exp $ + + 17 May 2005; Michael Hanselmann <hansmi@gentoo.org> getmail-4.3.6.ebuild: + Stable on ppc. 13 May 2005; Fernando J. Pereda <ferdy@gentoo.org> getmail-4.3.6.ebuild: 4.3.6 alpha stable diff --git a/net-mail/getmail/getmail-4.3.6.ebuild b/net-mail/getmail/getmail-4.3.6.ebuild index 5c79487bc82f..faaec9991cea 100644 --- a/net-mail/getmail/getmail-4.3.6.ebuild +++ b/net-mail/getmail/getmail-4.3.6.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/getmail/getmail-4.3.6.ebuild,v 1.4 2005/05/13 17:11:37 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.3.6.ebuild,v 1.5 2005/05/17 18:26:53 hansmi Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" SLOT="4" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc alpha amd64" +KEYWORDS="alpha amd64 ppc sparc x86" DEPEND=">=dev-lang/python-2.3.3" |