summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2021-02-02 14:51:05 -0500
committerBrian Evans <grknight@gentoo.org>2021-02-02 14:51:05 -0500
commite3cc58f44c5055f87d71c5b55122813a9e880a37 (patch)
tree11df8d1eb10bb127d7e4ed6eed53eedce522b400 /dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild
parentdev-util/indent: EAPI-7 bump, swap out eutils with l10n.eclass (diff)
downloadgentoo-e3cc58f44c5055f87d71c5b55122813a9e880a37.tar.gz
gentoo-e3cc58f44c5055f87d71c5b55122813a9e880a37.tar.bz2
gentoo-e3cc58f44c5055f87d71c5b55122813a9e880a37.zip
dev-php/PEAR-Crypt_GPG: Fix unit tests for phpunit-8
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild')
-rw-r--r--dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild6
1 files changed, 4 insertions, 2 deletions
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 e0cea4ce1b04..720a949b0606 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,9 @@ RDEPEND="app-crypt/gnupg
dev-lang/php:*[posix,unicode]
dev-php/PEAR-Console_CommandLine
dev-php/PEAR-Exception"
-BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
+BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-9 )"
+
+PATCHES=( "${FILESDIR}/1.6.4-fix-tests.patch" )
S="${WORKDIR}/${MY_P}"