diff options
-rw-r--r-- | dev-java/groovy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/groovy/groovy-1.6.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog index dfce8e1d4054..bffa14496641 100644 --- a/dev-java/groovy/ChangeLog +++ b/dev-java/groovy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/groovy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.37 2010/01/07 20:35:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.38 2010/01/15 20:27:39 abcd Exp $ + + 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> groovy-1.6.7.ebuild: + Add prefix keywords 07 Jan 2010; Brent Baude <ranger@gentoo.org> groovy-1.6.5.ebuild: Marking groovy-1.6.5 ppc for bug 279873 diff --git a/dev-java/groovy/groovy-1.6.7.ebuild b/dev-java/groovy/groovy-1.6.7.ebuild index b62defafca8d..5463814dc8cc 100644 --- a/dev-java/groovy/groovy-1.6.7.ebuild +++ b/dev-java/groovy/groovy-1.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.7.ebuild,v 1.1 2009/12/08 02:10:15 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.7.ebuild,v 1.2 2010/01/15 20:27:39 abcd Exp $ # Groovy's build system is Ant based, but they use Maven for fetching the dependencies. # We just have to remove the fetch dependencies target, and then we can use Ant for this ebuild. @@ -30,7 +30,7 @@ HOMEPAGE="http://groovy.codehaus.org/" SRC_URI="http://dist.groovy.codehaus.org/distributions/${PN}-src-${PV}.zip" LICENSE="codehaus-groovy" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RESTRICT="test" |