diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-13 01:04:09 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-13 01:06:48 +0100 |
commit | df986b4e7f22b31509067f58fe6a096aea7f9dc6 (patch) | |
tree | 9a6c457bba9aaae158c70be47fb2db34c564b21a /dev-lang/php/php-7.4.0.ebuild | |
parent | dev-php/pecl-apcu_bc: fix MissingUseDepDefault (diff) | |
download | gentoo-df986b4e7f22b31509067f58fe6a096aea7f9dc6.tar.gz gentoo-df986b4e7f22b31509067f58fe6a096aea7f9dc6.tar.bz2 gentoo-df986b4e7f22b31509067f58fe6a096aea7f9dc6.zip |
dev-lang/php: fix MissingUseDepDefault
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.4.0.ebuild')
-rw-r--r-- | dev-lang/php/php-7.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.0.ebuild b/dev-lang/php/php-7.4.0.ebuild index fbf13a93f6be..e40c1d79c014 100644 --- a/dev-lang/php/php-7.4.0.ebuild +++ b/dev-lang/php/php-7.4.0.ebuild @@ -98,7 +98,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:= ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) |