diff options
Diffstat (limited to 'dev-java/javacup')
-rw-r--r-- | dev-java/javacup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/javacup/javacup-0.10k.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/javacup/ChangeLog b/dev-java/javacup/ChangeLog index fb7e9425e856..85ed720dc28d 100644 --- a/dev-java/javacup/ChangeLog +++ b/dev-java/javacup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/javacup # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.3 2004/10/20 09:06:08 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacup/ChangeLog,v 1.4 2004/10/29 03:13:14 weeve Exp $ + + 28 Oct 2004; Jason Wever <weeve@gentoo.org> javacup-0.10k.ebuild: + Added ~sparc keyword. 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> javacup-0.10k.ebuild: Keywords ~amd64. 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" |