commit: 9d33bf6043d22a82c2fb934e42ad73e6ecc47d84 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sun Dec 21 21:34:06 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 08:01:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d33bf60
www-apps/tt-rss: add support for PHP 8.5 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/45116 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> www-apps/tt-rss/tt-rss-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild index 8292af62bb9c..7ed04164b0ba 100644 --- a/www-apps/tt-rss/tt-rss-99999999.ebuild +++ b/www-apps/tt-rss/tt-rss-99999999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/tt-rss/" LICENSE="GPL-3" IUSE="+acl daemon gd" -PHP_SLOTS="8.4 8.3 8.2" # Check with: grep PHP_VERSION classes/Config.php +PHP_SLOTS="8.5 8.4 8.3 8.2" # min_ver: PHP_VERSION classes/Config.php / current_ver: PHP_SUFFIX .docker/app/Dockerfile PHP_USE="gd?,postgres,ctype,curl,fileinfo,filter,intl,pdo,tokenizer,unicode,xml" php_rdepend() {
