diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:32:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:34:05 +0100 |
commit | bbe661b9ecd18d006eb52f3150f6eaa7230beac9 (patch) | |
tree | 626a5edecc01b739b3cdf3653765e042e5720232 | |
parent | dev-db/percona-server: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-bbe661b9ecd18d006eb52f3150f6eaa7230beac9.tar.gz gentoo-bbe661b9ecd18d006eb52f3150f6eaa7230beac9.tar.bz2 gentoo-bbe661b9ecd18d006eb52f3150f6eaa7230beac9.zip |
dev-java/commons-lang: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-java/commons-lang/commons-lang-3.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-java/commons-lang/commons-lang-3.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/commons-lang/commons-lang-3.3.2.ebuild b/dev-java/commons-lang/commons-lang-3.3.2.ebuild index d25470181c51..40adb7c1f814 100644 --- a/dev-java/commons-lang/commons-lang-3.3.2.ebuild +++ b/dev-java/commons-lang/commons-lang-3.3.2.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" @@ -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" diff --git a/dev-java/commons-lang/commons-lang-3.4.ebuild b/dev-java/commons-lang/commons-lang-3.4.ebuild index b6f7bc8b459c..d614bf91c656 100644 --- a/dev-java/commons-lang/commons-lang-3.4.ebuild +++ b/dev-java/commons-lang/commons-lang-3.4.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 @@ -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" |