summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Fischl <github@fischl-online.de>2023-11-05 09:45:54 +0100
committerJoonas Niilola <juippis@gentoo.org>2024-01-11 16:05:46 +0200
commit4205d1d6bececd2e079e8a1ba260b9de5ab70872 (patch)
tree388bda373cd5e1f9ac786be9d4ffec35c400994d /www-apps/icingaweb2-module-incubator
parentapp-cdr/nrg2iso: bump to version 0.4.1 (diff)
downloadgentoo-4205d1d6bececd2e079e8a1ba260b9de5ab70872.tar.gz
gentoo-4205d1d6bececd2e079e8a1ba260b9de5ab70872.tar.bz2
gentoo-4205d1d6bececd2e079e8a1ba260b9de5ab70872.zip
www-apps/icingaweb2-module-incubator: 0.20.0: add PHP 8.2 support
Signed-off-by: Anton Fischl <github@fischl-online.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/icingaweb2-module-incubator')
-rw-r--r--www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
index 6f2dc11b33ee..04f149583a4a 100644
--- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
+++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
@@ -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
@@ -11,10 +11,11 @@ S="${WORKDIR}/${PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="php_targets_php8-1"
+IUSE="php_targets_php8-1 php_targets_php8-2"
PHP_DEPEND="
php_targets_php8-1? ( dev-lang/php:8.1[curl] )
+ php_targets_php8-2? ( dev-lang/php:8.2[curl] )
"
RDEPEND="
${PHP_DEPEND}