From: Thomas Deutschmann Date: Fri, 7 Jun 2019 12:02:23 +0000 (+0200) Subject: www-servers/nginx-unit: add PHP 7.3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a764eb0878c2d173bc1ca58cf52d32636199649d;p=gentoo.git www-servers/nginx-unit: add PHP 7.3 support Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann --- diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml index c8f76efa6ee7..ae56567e450a 100644 --- a/www-servers/nginx-unit/metadata.xml +++ b/www-servers/nginx-unit/metadata.xml @@ -20,6 +20,7 @@ Support for PHP 5.6 Support for PHP 7.1 Support for PHP 7.2 + Support for PHP 7.3 nginx/unit diff --git a/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild index 059d684520c4..3f90bad6f361 100644 --- a/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild @@ -16,7 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-1 php7-2" +MY_USE_PHP="php5-6 php7-1 php7-2 php7-3" IUSE="${MY_USE} ${MY_USE_PHP}" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" @@ -24,6 +24,7 @@ DEPEND="perl? ( dev-lang/perl:= ) php5-6? ( dev-lang/php:5.6[embed] ) php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) + php7-3? ( dev-lang/php:7.3[embed] ) python? ( ${PYTHON_DEPS} ) ruby? ( dev-lang/ruby:= )" RDEPEND="${DEPEND}"