diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-29 03:14:29 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-29 03:14:29 +0000 |
commit | def0b20ac98b035722cf9c6dfa3c7d2948131d99 (patch) | |
tree | 4de9dd487ba0eabf8a58acca315e3bec16b130ee /dev-java/javacup/javacup-0.10k.ebuild | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-def0b20ac98b035722cf9c6dfa3c7d2948131d99.tar.gz gentoo-2-def0b20ac98b035722cf9c6dfa3c7d2948131d99.tar.bz2 gentoo-2-def0b20ac98b035722cf9c6dfa3c7d2948131d99.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-java/javacup/javacup-0.10k.ebuild')
-rw-r--r-- | dev-java/javacup/javacup-0.10k.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/javacup/javacup-0.10k.ebuild b/dev-java/javacup/javacup-0.10k.ebuild index fd6b375772cb..0d674a645fe2 100644 --- a/dev-java/javacup/javacup-0.10k.ebuild +++ b/dev-java/javacup/javacup-0.10k.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/dev-java/javacup/javacup-0.10k.ebuild,v 1.3 2004/10/20 09:06:08 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/javacup-0.10k.ebuild,v 1.4 2004/10/29 03:13:14 weeve Exp $ inherit java-pkg @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cs.princeton.edu/~appel/modern/java/CUP/" SRC_URI="http://www.cs.princeton.edu/~appel/modern/java/CUP/java_cup_v10k.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="virtual/jdk" RDEPEND="virtual/jre" |