commit: b4e5aca461252701619a00561cec5dfe596e6a04 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Aug 19 00:34:38 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Aug 19 00:34:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e5aca4
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 <AT> gentoo.org> .../PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild index 87a974669e1..d1a06c8cfbf 100644 --- a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild +++ b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.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 @@ -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() {
