summaryrefslogtreecommitdiff
path: root/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild')
-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}