commit: c2ba73fefb1545ea50dda68f41d56a3fd7e6457b Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Sep 19 07:59:04 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 07:59:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ba73fe
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 <AT> 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(-) diff --git a/www-apps/tt-rss/tt-rss-20230901.ebuild b/www-apps/tt-rss/tt-rss-20230901.ebuild index 284e1f60ac70..34b6d313a90e 100644 --- a/www-apps/tt-rss/tt-rss-20230901.ebuild +++ b/www-apps/tt-rss/tt-rss-20230901.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" IUSE="+acl daemon gd +mysqli postgres" REQUIRED_USE="|| ( mysqli postgres )" -PHP_SLOTS="8.2" +PHP_SLOTS="8.2 8.1" 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 668d1007ed48..672d457b7504 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.2" +PHP_SLOTS="8.2 8.1" PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml" php_rdepend() {
