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 | 5e2b06e268d390001459f59a0f2dca2f38a1c4c3 (patch) | |
tree | a30178cb7ec90baa0893c41c3cc1ec4f2ebfb92f /net-mail/flap | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | historical-5e2b06e268d390001459f59a0f2dca2f38a1c4c3.tar.gz historical-5e2b06e268d390001459f59a0f2dca2f38a1c4c3.tar.bz2 historical-5e2b06e268d390001459f59a0f2dca2f38a1c4c3.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'net-mail/flap')
-rw-r--r-- | net-mail/flap/flap-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/flap/flap-0.3.ebuild b/net-mail/flap/flap-0.3.ebuild index 9d03889cdb72..4a2bc11e439f 100644 --- a/net-mail/flap/flap-0.3.ebuild +++ b/net-mail/flap/flap-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/flap/flap-0.3.ebuild,v 1.3 2002/07/17 06:38:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/flap/flap-0.3.ebuild,v 1.4 2002/08/14 12:05:25 murphy Exp $ S="${WORKDIR}/${P}-src" DESCRIPTION="mail user agent written in Java" @@ -13,7 +13,7 @@ RDEPEND="virtual/jdk" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { ant || die |