diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 02:34:38 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 02:34:45 +0200 |
commit | b4e5aca461252701619a00561cec5dfe596e6a04 (patch) | |
tree | 4bdc5d853c5cdc55bab83989d672b1ade5738e5a /dev-php/PEAR-VersionControl_SVN | |
parent | dev-python/argcomplete: Stabilize 1.12.0 ALLARCHES, #737734 (diff) | |
download | gentoo-b4e5aca461252701619a00561cec5dfe596e6a04.tar.gz gentoo-b4e5aca461252701619a00561cec5dfe596e6a04.tar.bz2 gentoo-b4e5aca461252701619a00561cec5dfe596e6a04.zip |
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>
Diffstat (limited to 'dev-php/PEAR-VersionControl_SVN')
-rw-r--r-- | dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild | 4 |
1 files 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 87a974669e13..d1a06c8cfbfd 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() { |