diff options
author | 2010-10-15 17:40:13 +0000 | |
---|---|---|
committer | 2010-10-15 17:40:13 +0000 | |
commit | 455b94c26e192914cddd9a1fcee48c956fd6b4a3 (patch) | |
tree | b93013105576adcb095ed625326c9d393e644345 /dev-java/groovy | |
parent | x86 stable wrt bug 330539. (diff) | |
download | gentoo-2-455b94c26e192914cddd9a1fcee48c956fd6b4a3.tar.gz gentoo-2-455b94c26e192914cddd9a1fcee48c956fd6b4a3.tar.bz2 gentoo-2-455b94c26e192914cddd9a1fcee48c956fd6b4a3.zip |
Marking groovy-1.6.8 ppc for bug 321355
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-java/groovy')
-rw-r--r-- | dev-java/groovy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/groovy/groovy-1.6.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog index d77bc839166e..3e2212b35e7e 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.42 2010/06/01 08:42:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.43 2010/10/15 17:40:13 ranger Exp $ + + 15 Oct 2010; Brent Baude <ranger@gentoo.org> groovy-1.6.8.ebuild: + Marking groovy-1.6.8 ppc for bug 321355 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> groovy-1.6.8.ebuild: x86 stable wrt bug #321355 diff --git a/dev-java/groovy/groovy-1.6.8.ebuild b/dev-java/groovy/groovy-1.6.8.ebuild index 44237601c754..04c1ed4a9477 100644 --- a/dev-java/groovy/groovy-1.6.8.ebuild +++ b/dev-java/groovy/groovy-1.6.8.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.6.8.ebuild,v 1.4 2010/06/01 08:42:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.8.ebuild,v 1.5 2010/10/15 17:40:13 ranger 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RESTRICT="test" |