commit: 8d131b244480a3592adc231c036c6729759345e7 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jul 9 17:00:49 2024 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jul 9 17:00:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d131b24
www-apps/moodle: allow php:8.3 Closes: https://bugs.gentoo.org/930563 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> www-apps/moodle/{moodle-4.4.1.ebuild => moodle-4.4.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apps/moodle/moodle-4.4.1.ebuild b/www-apps/moodle/moodle-4.4.1-r1.ebuild similarity index 97% rename from www-apps/moodle/moodle-4.4.1.ebuild rename to www-apps/moodle/moodle-4.4.1-r1.ebuild index 55200877a180..266663e17ba6 100644 --- a/www-apps/moodle/moodle-4.4.1.ebuild +++ b/www-apps/moodle/moodle-4.4.1-r1.ebuild @@ -42,6 +42,7 @@ RDEPEND=" || ( dev-lang/php:8.1[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] dev-lang/php:8.2[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + dev-lang/php:8.3[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] ) virtual/httpd-php virtual/cron"