diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-04-02 14:46:35 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-04-02 14:46:35 +0100 |
commit | ce47efa34d02bd628860616cae2ac2948705faa9 (patch) | |
tree | 25ab5cbf23fe3c7f664ee06b9079a39bcec54a89 /www-apps/phpBB | |
parent | media-gfx/renderdoc: fix build after qtchooser removal (diff) | |
download | gentoo-ce47efa34d02bd628860616cae2ac2948705faa9.tar.gz gentoo-ce47efa34d02bd628860616cae2ac2948705faa9.tar.bz2 gentoo-ce47efa34d02bd628860616cae2ac2948705faa9.zip |
www-apps/phpBB: Bump to 3.3.7 with PHP 8.1, drop old 3.3.5
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps/phpBB')
-rw-r--r-- | www-apps/phpBB/Manifest | 2 | ||||
-rw-r--r-- | www-apps/phpBB/phpBB-3.3.7.ebuild (renamed from www-apps/phpBB/phpBB-3.3.5.ebuild) | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest index 6256eadbfea9..7e82b2c9fd07 100644 --- a/www-apps/phpBB/Manifest +++ b/www-apps/phpBB/Manifest @@ -1 +1 @@ -DIST phpBB-3.3.5.tar.bz2 4027687 BLAKE2B 1834493e58f54c0968d732686403cc8ec71e0d8943514850df7408bcd8da34ee9d887a0c1e58ca6f9fa46c3f73a886b2bbf487589a1109be4ec157c81d57ae5c SHA512 62a458c37704da850e2e14339671350ba5346dd527aa2020da402df2f078b55ba19254be02d6c03693db5c653b5eff687cde79fb3e18468eb87af4f77d7b1afc +DIST phpBB-3.3.7.tar.bz2 4055014 BLAKE2B 6f73afdd0b1fb738520e47f5d8a4ccfb396d2615da99a4b3a1bdfdf8a7e1da579486605335b8a033d5b2d7b71d173d911067c17ba78ab9ea564a818ad2f9c25e SHA512 88555d5c2b1037267d2fcb1b00e7f422a6a9ca38f25f43d598fe03791c05aec19de01022daa2685d018fe670b97f523ac14f2cbd56422a51bf5821413d138ac3 diff --git a/www-apps/phpBB/phpBB-3.3.5.ebuild b/www-apps/phpBB/phpBB-3.3.7.ebuild index 70b57df522aa..06daf4b9249f 100644 --- a/www-apps/phpBB/phpBB-3.3.5.ebuild +++ b/www-apps/phpBB/phpBB-3.3.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit webapp @@ -19,6 +19,7 @@ PHP_RDEPEND="( )" RDEPEND="|| ( + ${PHP_RDEPEND//@SLOT@/8.1} ${PHP_RDEPEND//@SLOT@/8.0} ${PHP_RDEPEND//@SLOT@/7.4} ${PHP_RDEPEND//@SLOT@/7.3} |