commit: 3ed683a3dbb44bb36d23e7ebc60e9890d7184584 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 15:00:37 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 15:00:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed683a3
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 <AT> gentoo.org> www-apps/tt-rss/tt-rss-20241001.ebuild | 2 +- www-apps/tt-rss/tt-rss-99999999.ebuild | 2 +- 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() {
