diff options
Diffstat (limited to 'dev-java/javacc/javacc-4.0-r4.ebuild')
-rw-r--r-- | dev-java/javacc/javacc-4.0-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/javacc/javacc-4.0-r4.ebuild b/dev-java/javacc/javacc-4.0-r4.ebuild index 140a4fdf8f8b..317abb4a5481 100644 --- a/dev-java/javacc/javacc-4.0-r4.ebuild +++ b/dev-java/javacc/javacc-4.0-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javacc/javacc-4.0-r4.ebuild,v 1.7 2008/01/10 22:32:02 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacc/javacc-4.0-r4.ebuild,v 1.8 2011/08/12 16:02:22 xarthisius Exp $ IUSE="doc examples source test" @@ -11,7 +11,7 @@ HOMEPAGE="https://javacc.dev.java.net/" SRC_URI="https://${PN}.dev.java.net/files/documents/17/26783/${P}src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" DEPEND=">=virtual/jdk-1.4 =dev-java/junit-3.8* test? ( dev-java/ant-junit )" |