dev-php/phptal: Restrict <dev-php/phpunit-6

Bug: https://bugs.gentoo.org/737842
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2020-08-19 02:47:04 +02:00
parent b4e5aca461
commit 1deabc739b

View File

@@ -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
@@ -16,7 +16,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-lang/php:*"
DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
S="${WORKDIR}/${PHP_LIB_NAME}-${PV}"