diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 11:15:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 11:15:22 +0000 |
commit | c37974dd97ef00b65ba598b18cd397a8d188ca18 (patch) | |
tree | f92457f005f525a3d00573a092291a8638175d57 /dev-java/groovy/groovy-1.6.8.ebuild | |
parent | stable amd64, bug 306195 (diff) | |
download | gentoo-2-c37974dd97ef00b65ba598b18cd397a8d188ca18.tar.gz gentoo-2-c37974dd97ef00b65ba598b18cd397a8d188ca18.tar.bz2 gentoo-2-c37974dd97ef00b65ba598b18cd397a8d188ca18.zip |
stable amd64, bug 321355
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/groovy/groovy-1.6.8.ebuild')
-rw-r--r-- | dev-java/groovy/groovy-1.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/groovy/groovy-1.6.8.ebuild b/dev-java/groovy/groovy-1.6.8.ebuild index 0250c77d07e6..fe671ac77fb0 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.2 2010/03/18 19:08:04 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.8.ebuild,v 1.3 2010/05/26 11:15:22 pacho 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" |