summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-19 02:47:04 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-19 02:47:04 +0200
commit1deabc739b3b7c493b9ec17be2a7f35ab087296a (patch)
tree724137d36b1a377c15bfdba0ebe636e7d92f002c /dev-php/phptal
parentdev-php/PEAR-VersionControl_SVN: Restrict <dev-php/phpunit-6 (diff)
downloadgentoo-1deabc739b3b7c493b9ec17be2a7f35ab087296a.tar.gz
gentoo-1deabc739b3b7c493b9ec17be2a7f35ab087296a.tar.bz2
gentoo-1deabc739b3b7c493b9ec17be2a7f35ab087296a.zip
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>
Diffstat (limited to 'dev-php/phptal')
-rw-r--r--dev-php/phptal/phptal-1.3.1.ebuild4
1 files 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 041baa9a91d1..852ecd7ec345 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}"