dev-java/commons-logging: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:32:37 +0000 (16:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:34:08 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-java/commons-logging/commons-logging-1.2-r1.ebuild
dev-java/commons-logging/commons-logging-1.2-r2.ebuild

index 8e2a3a80f9c3d42c6a5aa79a9bcfe7ed52544194..b0c5a76ff00cceb95678cdf2cbaa68f9ff08c89a 100644 (file)
@@ -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 )
index 0f4bba416ed04828ad37e0475c2f78893a2e38c6..22f7639115568ac64133cc2943d077f454cad650 100644 (file)
@@ -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 )