summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-12-29 18:38:39 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-12-29 18:38:39 +0000
commitb20b8397e4157a7e29e238843624961c0fb6f58c (patch)
treea3869600b365068f50b0e8cb33d99eb4d581e44b /dev-java
parentVersion bump. Disable test failing with openssl-1 (bug #330079). (diff)
downloadgentoo-2-b20b8397e4157a7e29e238843624961c0fb6f58c.tar.gz
gentoo-2-b20b8397e4157a7e29e238843624961c0fb6f58c.tar.bz2
gentoo-2-b20b8397e4157a7e29e238843624961c0fb6f58c.zip
Stable on amd64 wrt bug #348255
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/groovy/ChangeLog5
-rw-r--r--dev-java/groovy/groovy-1.7.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog
index 642e992e9d48..ed2d37de8927 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.46 2010/12/15 12:33:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.47 2010/12/29 18:38:39 hwoarang Exp $
+
+ 29 Dec 2010; Markos Chandras <hwoarang@gentoo.org> groovy-1.7.5.ebuild:
+ Stable on amd64 wrt bug #348255
15 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> groovy-1.7.5.ebuild:
x86 stable wrt bug #348255
diff --git a/dev-java/groovy/groovy-1.7.5.ebuild b/dev-java/groovy/groovy-1.7.5.ebuild
index 01073f557a28..2c87c606e703 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.2 2010/12/15 12:33:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.7.5.ebuild,v 1.3 2010/12/29 18:38:39 hwoarang 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"