summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-03-04 01:42:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-03-04 01:42:39 +0000
commit7f206210981d8b3947711be6d37182b0feb50e12 (patch)
treec11cd2212aa7044623d0bdfc0c934552e893253f /dev-java
parentKeyword split KDE for HPPA. (diff)
downloadgentoo-2-7f206210981d8b3947711be6d37182b0feb50e12.tar.gz
gentoo-2-7f206210981d8b3947711be6d37182b0feb50e12.tar.bz2
gentoo-2-7f206210981d8b3947711be6d37182b0feb50e12.zip
add missing test to IUSE
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/groovy/ChangeLog5
-rw-r--r--dev-java/groovy/groovy-1.5.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog
index 74298919af27..e082ff0bf232 100644
--- a/dev-java/groovy/ChangeLog
+++ b/dev-java/groovy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/groovy
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.26 2008/03/02 14:10:41 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.27 2008/03/04 01:42:39 mr_bones_ Exp $
+
+ 04 Mar 2008; Michael Sterrett <mr_bones_@gentoo.org> groovy-1.5.4.ebuild:
+ add missing test to IUSE
*groovy-1.5.4 (02 Mar 2008)
diff --git a/dev-java/groovy/groovy-1.5.4.ebuild b/dev-java/groovy/groovy-1.5.4.ebuild
index e875e28e9c0d..57d71a45fb77 100644
--- a/dev-java/groovy/groovy-1.5.4.ebuild
+++ b/dev-java/groovy/groovy-1.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.5.4.ebuild,v 1.1 2008/03/02 14:10:41 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.5.4.ebuild,v 1.2 2008/03/04 01:42:39 mr_bones_ 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.
@@ -29,7 +29,7 @@ SRC_URI="http://dist.groovy.codehaus.org/distributions/${PN}-src-${PV}.zip"
LICENSE="codehaus-groovy"
SLOT="1"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
+IUSE="test"
CDEPEND="
dev-java/asm:2.2