summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-05-19 09:47:38 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-05-19 09:47:38 +0000
commitb8365f5bd5912ee394b55f3395aaa6d947f83ff1 (patch)
tree49f52e5b4a4390541b13eacc0c9ebaed3749a1f4 /dev-java/hamcrest-integration
parentStable for amd64, wrt bug #549604 (diff)
downloadgentoo-2-b8365f5bd5912ee394b55f3395aaa6d947f83ff1.tar.gz
gentoo-2-b8365f5bd5912ee394b55f3395aaa6d947f83ff1.tar.bz2
gentoo-2-b8365f5bd5912ee394b55f3395aaa6d947f83ff1.zip
Correct EANT_GENTOO_CLASSPATH (bad slots).
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java/hamcrest-integration')
-rw-r--r--dev-java/hamcrest-integration/ChangeLog6
-rw-r--r--dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-java/hamcrest-integration/ChangeLog b/dev-java/hamcrest-integration/ChangeLog
index df4372a782b1..1f183a4e1752 100644
--- a/dev-java/hamcrest-integration/ChangeLog
+++ b/dev-java/hamcrest-integration/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/hamcrest-integration
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/ChangeLog,v 1.2 2015/05/19 09:21:54 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/ChangeLog,v 1.3 2015/05/19 09:47:38 monsieurp Exp $
+
+ 19 May 2015; Patrice Clement <monsieurp@gentoo.org>
+ hamcrest-integration-1.3.ebuild:
+ Correct EANT_GENTOO_CLASSPATH (bad slots).
19 May 2015; Patrice Clement <monsieurp@gentoo.org>
-hamcrest-integration-1.1.ebuild, -hamcrest-integration-1.2.ebuild:
diff --git a/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild b/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild
index cc4ea9606f4c..d2ae8255724a 100644
--- a/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild
+++ b/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild,v 1.1 2014/03/02 16:26:04 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild,v 1.2 2015/05/19 09:47:38 monsieurp Exp $
EAPI="5"
@@ -34,7 +34,8 @@ RDEPEND=">=virtual/jre-1.5
JAVA_ANT_REWRITE_CLASSPATH="true"
JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} java java-to-jar"
-EANT_GENTOO_CLASSPATH="hamcrest-core,qdox-1.6,easymock-3.2,jmock:1.0"
+
+EANT_GENTOO_CLASSPATH="hamcrest-core:${SLOT},qdox:1.6,easymock:3.2,jmock:1.0"
EANT_BUILD_TARGET="integration"
EANT_EXTRA_ARGS="-Dversion=${PV}"
EANT_GENTOO_CLASSPATH_EXTRA="build/${P}.jar"