diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 00:40:51 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 00:40:51 +0200 |
commit | 654061cdc733d48dbfa0bbf6aca38835ea90d53f (patch) | |
tree | d63bc72139c7e791ddb5961c4bf35fcda90164c2 /dev-php | |
parent | dev-php/awl: Restrict <dev-php/phpunit-6 (diff) | |
download | gentoo-654061cdc733d48dbfa0bbf6aca38835ea90d53f.tar.gz gentoo-654061cdc733d48dbfa0bbf6aca38835ea90d53f.tar.bz2 gentoo-654061cdc733d48dbfa0bbf6aca38835ea90d53f.zip |
dev-php/PEAR-Crypt_GPG: Restrict <dev-php/phpunit-6
Bug: https://bugs.gentoo.org/737640
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 2 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild | 2 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild index dfc934dcbed9..53f4edf909e4 100644 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild @@ -20,7 +20,7 @@ RDEPEND="app-crypt/gnupg dev-lang/php:*[posix,unicode] dev-php/PEAR-Console_CommandLine dev-php/PEAR-Exception" -DEPEND="test? ( ${RDEPEND} dev-php/phpunit )" +DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )" S="${WORKDIR}/${MY_P}" diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild index 46eb948e97d4..e0cea4ce1b04 100644 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild @@ -20,7 +20,7 @@ RDEPEND="app-crypt/gnupg dev-lang/php:*[posix,unicode] dev-php/PEAR-Console_CommandLine dev-php/PEAR-Exception" -BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )" +BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )" S="${WORKDIR}/${MY_P}" diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild index 46eb948e97d4..e0cea4ce1b04 100644 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild @@ -20,7 +20,7 @@ RDEPEND="app-crypt/gnupg dev-lang/php:*[posix,unicode] dev-php/PEAR-Console_CommandLine dev-php/PEAR-Exception" -BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )" +BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )" S="${WORKDIR}/${MY_P}" |