diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-10 17:31:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-10 17:31:18 +0000 |
commit | f1f940dfb12e300bf2699d4ab7c5efeb2f3275f7 (patch) | |
tree | de79c7d99fce25f3306a2800c8d056aaac6e998c /dev-java/groovy | |
parent | Remove version with known C++11 problems. (diff) | |
download | gentoo-2-f1f940dfb12e300bf2699d4ab7c5efeb2f3275f7.tar.gz gentoo-2-f1f940dfb12e300bf2699d4ab7c5efeb2f3275f7.tar.bz2 gentoo-2-f1f940dfb12e300bf2699d4ab7c5efeb2f3275f7.zip |
Add ~ppc, wrt bug #401145
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-java/groovy')
-rw-r--r-- | dev-java/groovy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/groovy/groovy-1.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog index 197d894f8f9e..b537b5bc8f4f 100644 --- a/dev-java/groovy/ChangeLog +++ b/dev-java/groovy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/groovy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.50 2012/01/28 09:43:04 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.51 2012/12/10 17:31:18 ago Exp $ + + 10 Dec 2012; Agostino Sarubbo <ago@gentoo.org> groovy-1.8.5.ebuild: + Add ~ppc, wrt bug #401145 *groovy-1.8.5 (28 Jan 2012) diff --git a/dev-java/groovy/groovy-1.8.5.ebuild b/dev-java/groovy/groovy-1.8.5.ebuild index 75ad115bcceb..f469d454175d 100644 --- a/dev-java/groovy/groovy-1.8.5.ebuild +++ b/dev-java/groovy/groovy-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.8.5.ebuild,v 1.1 2012/01/28 09:43:04 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.8.5.ebuild,v 1.2 2012/12/10 17:31:18 ago 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 ~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" |