diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:32:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:34:08 +0100 |
commit | caf229731608b91d6caa5f4bfb2c9f474013d3ce (patch) | |
tree | b1075323c9faf626d9b5e9da2999eb13f091175b /dev-java/commons-logging/commons-logging-1.2-r1.ebuild | |
parent | dev-java/commons-lang: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-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/commons-logging/commons-logging-1.2-r1.ebuild')
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 ) |