diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-11 21:12:35 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-11 21:12:35 -0400 |
commit | 37c4dbc827282f57a21030df02f083dfeb4d026f (patch) | |
tree | 100324d054cbc98d3c999f9f487a56aa4ba43ed5 /www-servers/cherokee | |
parent | www-servers/cherokee: add libressl support (diff) | |
download | gentoo-37c4dbc827282f57a21030df02f083dfeb4d026f.tar.gz gentoo-37c4dbc827282f57a21030df02f083dfeb4d026f.tar.bz2 gentoo-37c4dbc827282f57a21030df02f083dfeb4d026f.zip |
www-servers/cherokee: allow any slot for php.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-servers/cherokee')
-rw-r--r-- | www-servers/cherokee/cherokee-1.2.104.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/cherokee/cherokee-1.2.104.ebuild b/www-servers/cherokee/cherokee-1.2.104.ebuild index 16b7110f32f3..6d4655bbea00 100644 --- a/www-servers/cherokee/cherokee-1.2.104.ebuild +++ b/www-servers/cherokee/cherokee-1.2.104.ebuild @@ -28,8 +28,8 @@ COMMON_DEPEND="dev-libs/libpcre nls? ( virtual/libintl ) pam? ( virtual/pam ) php? ( || ( - dev-lang/php[fpm] - dev-lang/php[cgi] + dev-lang/php:*[fpm] + dev-lang/php:*[cgi] ) ) ssl? ( !libressl? ( dev-libs/openssl:0 ) |