diff options
Diffstat (limited to 'dev-java/groovy')
-rw-r--r-- | dev-java/groovy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/groovy/groovy-1.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog index ad105fd33bf5..642e992e9d48 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.45 2010/10/26 11:16:13 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.46 2010/12/15 12:33:14 phajdan.jr Exp $ + + 15 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> groovy-1.7.5.ebuild: + x86 stable wrt bug #348255 *groovy-1.7.5 (26 Oct 2010) diff --git a/dev-java/groovy/groovy-1.7.5.ebuild b/dev-java/groovy/groovy-1.7.5.ebuild index 97cca29ac721..01073f557a28 100644 --- a/dev-java/groovy/groovy-1.7.5.ebuild +++ b/dev-java/groovy/groovy-1.7.5.ebuild @@ -1,6 +1,6 @@ # 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.7.5.ebuild,v 1.1 2010/10/26 11:16:13 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.7.5.ebuild,v 1.2 2010/12/15 12:33:14 phajdan.jr 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. @@ -28,7 +28,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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RESTRICT="test" |