Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915583 - www-apps/moodle: allow php:8.2 for moodle >= 4.2.3
Summary: www-apps/moodle: allow php:8.2 for moodle >= 4.2.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL: https://moodledev.io/general/developm...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-11 08:34 UTC by Timo Gurr
Modified: 2023-10-16 14:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Gurr 2023-10-11 08:34:01 UTC
Currently the ebuilds force SLOT :8.1 on moodle, even for versions already supporting PHP 8.2 as documented upstream on https://moodledev.io/general/development/policies/php#php-82

Reproducible: Always

Steps to Reproduce:
1. Install php:8.2
2. Install moodle >= 4.2.3
Actual Results:  
See moodle forcing the install of php :8.1

Expected Results:  
Also allow php :8.2
Comment 1 Larry the Git Cow gentoo-dev 2023-10-16 14:29:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794a5e58f623a968a09439083aec4b1530546d1d

commit 794a5e58f623a968a09439083aec4b1530546d1d
Author:     Anthony G. Basile <blueness@gentoo.org>
AuthorDate: 2023-10-16 14:26:35 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2023-10-16 14:28:53 +0000

    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>

 www-apps/moodle/{moodle-4.2.3.ebuild => moodle-4.2.3-r1.ebuild} | 5 ++++-
 www-apps/moodle/{moodle-4.3.ebuild => moodle-4.3-r1.ebuild}     | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)