mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/commons-lang: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user