summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-7.2.24.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/php-7.2.24.ebuild')
-rw-r--r--dev-lang/php/php-7.2.24.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.2.24.ebuild b/dev-lang/php/php-7.2.24.ebuild
index f47ed4aaf955..95462724d181 100644
--- a/dev-lang/php/php-7.2.24.ebuild
+++ b/dev-lang/php/php-7.2.24.ebuild
@@ -65,7 +65,7 @@ COMMON_DEPEND="
gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
gmp? ( dev-libs/gmp:0= )
iconv? ( virtual/libiconv )
- imap? ( virtual/imap-c-client[kerberos=,ssl=] )
+ imap? ( >=virtual/imap-c-client-2[kerberos=,ssl=] )
intl? ( dev-libs/icu:= )
iodbc? ( dev-db/libiodbc )
kerberos? ( virtual/krb5 )
@@ -151,11 +151,14 @@ REQUIRED_USE="
mysqli? ( hash )
zip-encryption? ( zip )
"
+
+RESTRICT="!test? ( test )"
+
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() {