diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-11 13:48:56 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-11 14:41:29 +0000 |
commit | 33705b502d95cb6fad3e7c548a83cba465717aa3 (patch) | |
tree | 3b7bd0a14ab524149c801d69592992b39293b84f /dev-java/xerial-core | |
parent | dev-python/libiscsi-python: Add missing build time dep (diff) | |
download | gentoo-33705b502d95cb6fad3e7c548a83cba465717aa3.tar.gz gentoo-33705b502d95cb6fad3e7c548a83cba465717aa3.tar.bz2 gentoo-33705b502d95cb6fad3e7c548a83cba465717aa3.zip |
dev-java/xerial-core: Stable for amd64+x86.
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/xerial-core')
-rw-r--r-- | dev-java/xerial-core/xerial-core-2.0.1.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dev-java/xerial-core/xerial-core-2.0.1.ebuild b/dev-java/xerial-core/xerial-core-2.0.1.ebuild index d638b8d4d230..d9ba44b7e6fc 100644 --- a/dev-java/xerial-core/xerial-core-2.0.1.ebuild +++ b/dev-java/xerial-core/xerial-core-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,12 +15,17 @@ SRC_URI="https://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=virtual/jdk-1.6 - test? ( dev-java/junit:4 )" -RDEPEND=">=virtual/jre-1.6" +DEPEND=" + >=virtual/jdk-1.6 + test? ( + dev-java/junit:4 + )" + +RDEPEND=" + >=virtual/jre-1.6" JAVA_ANT_REWRITE_CLASSPATH="true" EANT_TEST_GENTOO_CLASSPATH="junit-4" |