diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2023-10-16 14:26:35 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2023-10-16 14:28:53 +0000 |
commit | 794a5e58f623a968a09439083aec4b1530546d1d (patch) | |
tree | bf28e18e330e7dab0faf2d153554dd2a10efe054 /www-apps | |
parent | www-apps/nextcloud: stabilize 26.0.7 for amd64, x86 (diff) | |
download | gentoo-794a5e58f623a968a09439083aec4b1530546d1d.tar.gz gentoo-794a5e58f623a968a09439083aec4b1530546d1d.tar.bz2 gentoo-794a5e58f623a968a09439083aec4b1530546d1d.zip |
www-apps/moodle: Depend on either php 8.1 or 8.2
Closes: https://bugs.gentoo.org/915583
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/moodle/moodle-4.2.3-r1.ebuild (renamed from www-apps/moodle/moodle-4.2.3.ebuild) | 5 | ||||
-rw-r--r-- | www-apps/moodle/moodle-4.3-r1.ebuild (renamed from www-apps/moodle/moodle-4.3.ebuild) | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www-apps/moodle/moodle-4.2.3.ebuild b/www-apps/moodle/moodle-4.2.3-r1.ebuild index a92c23129f71..96e58da8e115 100644 --- a/www-apps/moodle/moodle-4.2.3.ebuild +++ b/www-apps/moodle/moodle-4.2.3-r1.ebuild @@ -39,7 +39,10 @@ IUSE="${DB_TYPES} ${AUTHENTICATION_MODES} vhosts" # and the moodle documentation for other possibilities. DEPEND="" RDEPEND=" - dev-lang/php:8.1[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + || ( + dev-lang/php:8.1[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + dev-lang/php:8.2[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + ) virtual/httpd-php virtual/cron" diff --git a/www-apps/moodle/moodle-4.3.ebuild b/www-apps/moodle/moodle-4.3-r1.ebuild index a92c23129f71..96e58da8e115 100644 --- a/www-apps/moodle/moodle-4.3.ebuild +++ b/www-apps/moodle/moodle-4.3-r1.ebuild @@ -39,7 +39,10 @@ IUSE="${DB_TYPES} ${AUTHENTICATION_MODES} vhosts" # and the moodle documentation for other possibilities. DEPEND="" RDEPEND=" - dev-lang/php:8.1[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + || ( + dev-lang/php:8.1[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + dev-lang/php:8.2[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + ) virtual/httpd-php virtual/cron" |