commit: e506599f5f8c711f7596ef6e576e59595a6116c7
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 14:02:23 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 14:02:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e506599f
dev-lang/php: Add explicit RESTRICT on 7.2.22
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-lang/php/php-7.2.22.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/php/php-7.2.22.ebuild b/dev-lang/php/php-7.2.22.ebuild
index 3163c80e3d4..4156c8c952e 100644
--- a/dev-lang/php/php-7.2.22.ebuild
+++ b/dev-lang/php/php-7.2.22.ebuild
@@ -156,7 +156,7 @@ PATCHES=(
"${FILESDIR}/php-freetype-2.9.1.patch"
"${FILESDIR}/php-7.2.13-intl-use-icu-namespace.patch"
)
-
+RESTRICT="!test? ( test )"
PHP_MV="$(ver_cut 1)"
php_install_ini() {