commit: 1deabc739b3b7c493b9ec17be2a7f35ab087296a Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Aug 19 00:47:04 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Aug 19 00:47:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deabc73
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 <AT> gentoo.org> dev-php/phptal/phptal-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/phptal/phptal-1.3.1.ebuild b/dev-php/phptal/phptal-1.3.1.ebuild index 041baa9a91d..852ecd7ec34 100644 --- a/dev-php/phptal/phptal-1.3.1.ebuild +++ b/dev-php/phptal/phptal-1.3.1.ebuild @@ -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}"
