diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:20:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:20:40 +0000 |
commit | 68cb6a6df4272f3b98625a028a786457f2100251 (patch) | |
tree | 24b02be29026487be73fe6bc597721a6f10effe7 /net-mail/fetchmail | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-68cb6a6df4272f3b98625a028a786457f2100251.tar.gz gentoo-2-68cb6a6df4272f3b98625a028a786457f2100251.tar.bz2 gentoo-2-68cb6a6df4272f3b98625a028a786457f2100251.zip |
Remove arm keywords
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.14.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 98b59d622a8c..440cdf677924 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.41 2004/02/22 10:32:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.42 2004/02/22 16:17:41 agriffis Exp $ + + 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> fetchmail-5.9.14.ebuild: + Remove arm keywords 22 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> fetchmail-6.2.5.ebuild: Fix kerberos5 support. Closing #28113. diff --git a/net-mail/fetchmail/fetchmail-5.9.14.ebuild b/net-mail/fetchmail/fetchmail-5.9.14.ebuild index 3c380b02bcc7..632daab9e801 100644 --- a/net-mail/fetchmail/fetchmail-5.9.14.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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-5.9.14.ebuild,v 1.11 2003/09/05 08:48:47 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.14.ebuild,v 1.12 2004/02/22 16:17:41 agriffis Exp $ IUSE="ssl nls" @@ -16,7 +16,7 @@ RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2 public-domain" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" src_unpack() { |