[dev-libs/Ice] add php 8.3 and ruby 3.3

This commit is contained in:
2024-02-16 16:15:57 +01:00
parent 39d0c4bb16
commit 54afe9377f
4 changed files with 264 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
PHP_EXT_OPTIONAL_USE=php
USE_PHP="php8-1 php8-2"
USE_PHP="php8-1 php8-2 php8-3"
EGIT_REPO_URI="https://github.com/zeroc-ice/ice.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"