mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/PEAR-VersionControl_SVN: Restrict <dev-php/phpunit-6
Bug: https://bugs.gentoo.org/737854 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RDEPEND=""
|
||||
DEPEND="test? ( dev-vcs/subversion dev-php/phpunit )"
|
||||
DEPEND="test? ( dev-vcs/subversion <dev-php/phpunit-6 )"
|
||||
S="${WORKDIR}/PEAR-${PHP_PEAR_PKG_NAME}-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user