dev-java/commons-lang: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-12 16:32:35 +01:00
parent 23f524197a
commit bbe661b9ec
2 changed files with 4 additions and 4 deletions

View 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"

View 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"