diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-09-17 22:31:58 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-09-17 22:32:52 +0100 |
commit | 46cacf82b89ffe86b29cff0ce3ee172be19d34ca (patch) | |
tree | ae5c4ed0fee406714f77e33850d726c3f7c0c97f /www-apps | |
parent | www-apps/tt-rss: Bump snapshot to 20230901, PHP 8.2, improve permissions (diff) | |
download | gentoo-46cacf82b89ffe86b29cff0ce3ee172be19d34ca.tar.gz gentoo-46cacf82b89ffe86b29cff0ce3ee172be19d34ca.tar.bz2 gentoo-46cacf82b89ffe86b29cff0ce3ee172be19d34ca.zip |
www-apps/phpBB: Revbump for PHP 8.2
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpBB/phpBB-3.3.10-r1.ebuild (renamed from www-apps/phpBB/phpBB-3.3.10.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apps/phpBB/phpBB-3.3.10.ebuild b/www-apps/phpBB/phpBB-3.3.10-r1.ebuild index 451206a6e93b..93c405ca422c 100644 --- a/www-apps/phpBB/phpBB-3.3.10.ebuild +++ b/www-apps/phpBB/phpBB-3.3.10-r1.ebuild @@ -19,9 +19,8 @@ PHP_RDEPEND="( )" RDEPEND="|| ( + ${PHP_RDEPEND//@SLOT@/8.2} ${PHP_RDEPEND//@SLOT@/8.1} - ${PHP_RDEPEND//@SLOT@/8.0} - ${PHP_RDEPEND//@SLOT@/7.4} )" need_httpd_cgi |