diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 12:05:25 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 12:05:25 +0000 |
commit | 06ac9b5cc0bb3d24a1c583459459ac2d0b7c918b (patch) | |
tree | 4d4063896bfab8f727409f881e6eb95a8b319588 /net-mail/fetchmail | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | gentoo-2-06ac9b5cc0bb3d24a1c583459459ac2d0b7c918b.tar.gz gentoo-2-06ac9b5cc0bb3d24a1c583459459ac2d0b7c918b.tar.bz2 gentoo-2-06ac9b5cc0bb3d24a1c583459459ac2d0b7c918b.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild b/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild index d3eb0c5f4b0e..41aa5326c8fe 100644 --- a/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild,v 1.2 2002/07/17 05:39:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11-r1.ebuild,v 1.3 2002/08/14 12:05:25 murphy Exp $ DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" @@ -14,7 +14,7 @@ RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { local myconf diff --git a/net-mail/fetchmail/fetchmail-5.9.11.ebuild b/net-mail/fetchmail/fetchmail-5.9.11.ebuild index c2b6f6b98ff7..1e5f06c86c2e 100644 --- a/net-mail/fetchmail/fetchmail-5.9.11.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.3 2002/07/17 04:20:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.4 2002/08/14 12:05:25 murphy Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" @@ -14,7 +14,7 @@ RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { local myconf |