[dev-libs/Ice] works with PHP 8.2

This commit is contained in:
Robert Förster 2022-11-23 15:43:16 +01:00
parent dc1e93be0a
commit 77fca9c667
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
PHP_EXT_OPTIONAL_USE=php
USE_PHP="php8-0 php8-1"
USE_PHP="php8-0 php8-1 php8-2"
inherit php-ext-source-r3 python-r1 ruby-ng toolchain-funcs

View File

@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
PHP_EXT_OPTIONAL_USE=php
USE_PHP="php8-0 php8-1"
USE_PHP="php8-0 php8-1 php8-2"
inherit php-ext-source-r3 python-r1 ruby-ng toolchain-funcs

View File

@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
PHP_EXT_OPTIONAL_USE=php
USE_PHP="php8-0 php8-1"
USE_PHP="php8-0 php8-1 php8-2"
inherit php-ext-source-r3 python-r1 ruby-ng toolchain-funcs

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby31"
@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
PHP_EXT_OPTIONAL_USE=php
USE_PHP="php8-0 php8-1"
USE_PHP="php8-0 php8-1 php8-2"
EGIT_REPO_URI="https://github.com/zeroc-ice/ice.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"