diff options
author | Jochen Maes <sejo@gentoo.org> | 2004-09-20 09:34:54 +0000 |
---|---|---|
committer | Jochen Maes <sejo@gentoo.org> | 2004-09-20 09:34:54 +0000 |
commit | 2c762462299e041a02c1c2e88de93fcbcf26ad88 (patch) | |
tree | 178477812f6164ded100e686799b6f574dee77fd /net-mail | |
parent | Fixed typo in cron script. (Manifest recommit) (diff) | |
download | gentoo-2-2c762462299e041a02c1c2e88de93fcbcf26ad88.tar.gz gentoo-2-2c762462299e041a02c1c2e88de93fcbcf26ad88.tar.bz2 gentoo-2-2c762462299e041a02c1c2e88de93fcbcf26ad88.zip |
marked ppc gsla bug: 64643
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index c39a8f6129b1..3387d132da87 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.27 2004/09/19 21:01:56 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.28 2004/09/20 09:34:54 sejo Exp $ + + 20 Sep 2004; <SeJo@gentoo.org> getmail-4.2.0.ebuild: + marked ppc gsla bug: 64643 *getmail-4.2.0 (19 Sep 2004) diff --git a/net-mail/getmail/getmail-4.2.0.ebuild b/net-mail/getmail/getmail-4.2.0.ebuild index 90760ff26c2e..ac9dcf669f2f 100644 --- a/net-mail/getmail/getmail-4.2.0.ebuild +++ b/net-mail/getmail/getmail-4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.0.ebuild,v 1.1 2004/09/19 21:01:56 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.0.ebuild,v 1.2 2004/09/20 09:34:54 sejo Exp $ inherit distutils IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-4/old-versions/${P}.tar.gz SLOT="4" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="~x86 ppc ~sparc ~alpha ~amd64" DEPEND=">=dev-lang/python-2.3.3" |