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

index d25470181c5130476ea6bb951efe3b2c140c64e7..40adb7c1f8148b7e8aebc5761c801785aa58ffde 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"
@@ -28,7 +28,7 @@ RDEPEND=">=virtual/jre-1.6"
 LICENSE="Apache-2.0"
 SLOT="3.3"
 KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
-RESTRICT="ppc? ( test ) ppc64? ( test )"
+RESTRICT+=" ppc? ( test ) ppc64? ( test )"
 
 S="${WORKDIR}/${MY_P}-src"
 
index b6f7bc8b459c8afa7aa492029252cf786b1cdc81..d614bf91c6568732abf8ea925d5268e8983e6385 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
@@ -28,7 +28,7 @@ RDEPEND=">=virtual/jre-1.6"
 LICENSE="Apache-2.0"
 SLOT="3.4"
 KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
-RESTRICT="ppc? ( test ) ppc64? ( test )"
+RESTRICT+=" ppc? ( test ) ppc64? ( test )"
 
 S="${WORKDIR}/${MY_P}-src"