summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-12 16:32:37 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-12 17:34:08 +0100
commitcaf229731608b91d6caa5f4bfb2c9f474013d3ce (patch)
treeb1075323c9faf626d9b5e9da2999eb13f091175b /dev-java
parentdev-java/commons-lang: [QA] Fix MissingTestRestrict (diff)
downloadgentoo-caf229731608b91d6caa5f4bfb2c9f474013d3ce.tar.gz
gentoo-caf229731608b91d6caa5f4bfb2c9f474013d3ce.tar.bz2
gentoo-caf229731608b91d6caa5f4bfb2c9f474013d3ce.zip
dev-java/commons-logging: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-logging/commons-logging-1.2-r1.ebuild4
-rw-r--r--dev-java/commons-logging/commons-logging-1.2-r2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.2-r1.ebuild b/dev-java/commons-logging/commons-logging-1.2-r1.ebuild
index 8e2a3a80f9c3..b0c5a76ff00c 100644
--- a/dev-java/commons-logging/commons-logging-1.2-r1.ebuild
+++ b/dev-java/commons-logging/commons-logging-1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="avalon-framework avalon-logkit log4j servletapi test"
-RESTRICT="!servletapi? ( test )"
+RESTRICT="!test? ( test ) !servletapi? ( test )"
CDEPEND="avalon-framework? ( dev-java/avalon-framework:4.2 )
avalon-logkit? ( dev-java/avalon-logkit:2.0 )
diff --git a/dev-java/commons-logging/commons-logging-1.2-r2.ebuild b/dev-java/commons-logging/commons-logging-1.2-r2.ebuild
index 0f4bba416ed0..22f763911556 100644
--- a/dev-java/commons-logging/commons-logging-1.2-r2.ebuild
+++ b/dev-java/commons-logging/commons-logging-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="avalon-framework avalon-logkit log4j servletapi test"
-RESTRICT="!servletapi? ( test )"
+RESTRICT="!test? ( test ) !servletapi? ( test )"
CDEPEND="
log4j? ( dev-java/log4j:0 )