diff options
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index d842acf20fdb..7e90757682e4 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.123 2006/05/31 21:21:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.124 2006/06/06 17:59:07 gustavoz Exp $ + + 06 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> getmail-4.6.0.ebuild: + Stable on sparc *getmail-4.6.1 (31 May 2006) diff --git a/net-mail/getmail/getmail-4.6.0.ebuild b/net-mail/getmail/getmail-4.6.0.ebuild index 9b0800ba1bac..e9e431224c28 100644 --- a/net-mail/getmail/getmail-4.6.0.ebuild +++ b/net-mail/getmail/getmail-4.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.6.0.ebuild,v 1.3 2006/05/31 21:21:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.6.0.ebuild,v 1.4 2006/06/06 17:59:07 gustavoz 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="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc x86" DEPEND=">=dev-lang/python-2.3.3" |