summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-10-12 16:00:37 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-10-12 16:00:37 +0100
commit3ed683a3dbb44bb36d23e7ebc60e9890d7184584 (patch)
tree0f1cd73a941297246631819d90eeda8b00ba8bb9 /www-apps
parentmedia-sound/qsynth: Stabilize 1.0.1 amd64, #941382 (diff)
downloadgentoo-3ed683a3dbb44bb36d23e7ebc60e9890d7184584.tar.gz
gentoo-3ed683a3dbb44bb36d23e7ebc60e9890d7184584.tar.bz2
gentoo-3ed683a3dbb44bb36d23e7ebc60e9890d7184584.zip
www-apps/tt-rss: Re-add support for PHP 8.1 and 8.2
Upstream uses 8.3 in its Docker container, and I was having trouble that I initially chalked up to using an older version. It turned out to be my nginx configuration though, and I now know where to check for the supported versions. Closes: https://bugs.gentoo.org/941141 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/tt-rss/tt-rss-20241001.ebuild2
-rw-r--r--www-apps/tt-rss/tt-rss-99999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/tt-rss/tt-rss-20241001.ebuild b/www-apps/tt-rss/tt-rss-20241001.ebuild
index 55c108a7ca49..8feeb14d7f04 100644
--- a/www-apps/tt-rss/tt-rss-20241001.ebuild
+++ b/www-apps/tt-rss/tt-rss-20241001.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
IUSE="+acl daemon gd +mysqli postgres"
REQUIRED_USE="|| ( mysqli postgres )"
-PHP_SLOTS="8.3"
+PHP_SLOTS="8.3 8.2 8.1" # Check with: grep PHP_VERSION classes/Config.php
PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml"
php_rdepend() {
diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild
index 783f41b666ac..fb1fd571f750 100644
--- a/www-apps/tt-rss/tt-rss-99999999.ebuild
+++ b/www-apps/tt-rss/tt-rss-99999999.ebuild
@@ -13,7 +13,7 @@ SLOT="${PV}" # Single live slot.
IUSE="+acl daemon gd +mysqli postgres"
REQUIRED_USE="|| ( mysqli postgres )"
-PHP_SLOTS="8.3"
+PHP_SLOTS="8.3 8.2 8.1" # Check with: grep PHP_VERSION classes/Config.php
PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml"
php_rdepend() {