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:
Thomas Deutschmann
2020-08-19 02:34:38 +02:00
parent 110dc7a09c
commit b4e5aca461

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
@@ -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() {