Summary: | www-apps/tt-rss-99999999 supports PHP 8.2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Karl-Johan Karlsson <creideiki+gentoo-bugzilla> |
Component: | Current packages | Assignee: | James Le Cuirot <chewi> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | preed |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Karl-Johan Karlsson
2023-08-20 11:32:53 UTC
This was fixed in commit https://gitweb.gentoo.org/repo/gentoo.git/commit/www-apps/tt-rss?id=291c589208abc5bb0b304c80d1316347747731e5 which is great (thanks @chewi@gentoo.org!) _However_, that commit does introduce somewhat of a regression: it bumped PHP_SLOTS support to (only) PHP 8.2. This is problematic because PHP 8.2 is currently listed as experimental on every platform: Keywords: 8.2.10:8.2: ~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc-macos ~ppc64 ~riscv ~s390 ~sparc ~x64-macos ~x86 ~x86-linux I copied the ebuild and added PHP 8.1 slow support back into the ebuild, built it, and did the wwwapp-config upgrade. Everything seems to be in working order. So, I'd like to request that (the stable) PHP 8.1.x get added back as an available PHP slot for the tt-rss 20230901 ebuild. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ba73fefb1545ea50dda68f41d56a3fd7e6457b commit c2ba73fefb1545ea50dda68f41d56a3fd7e6457b Author: James Le Cuirot <chewi@gentoo.org> AuthorDate: 2023-09-19 07:59:04 +0000 Commit: James Le Cuirot <chewi@gentoo.org> CommitDate: 2023-09-19 07:59:04 +0000 www-apps/tt-rss: Add PHP 8.1 8.2 is not stable yet, and 8.1 reportedly works fine. Closes: https://bugs.gentoo.org/912670 Signed-off-by: James Le Cuirot <chewi@gentoo.org> www-apps/tt-rss/tt-rss-20230901.ebuild | 2 +- www-apps/tt-rss/tt-rss-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Sorry for the wait on 8.2, I'd lost track of this. Upstream only support using Docker, so it wasn't clear whether 8.1 would still work, plus I don't use stable, so I hadn't noticed the issue there. Thanks for reporting that it works. It's good to know others are making use of this package. |