diff options
author | Karl-Johan Karlsson <creideiki@ferretporn.se> | 2024-02-11 22:28:40 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-02-11 22:36:43 +0000 |
commit | acb8aca793e6677bb5837991f7abaddad87e9467 (patch) | |
tree | 0d1a6cc252bc5bac372187be6a26df21af9a097a /www-apps/tt-rss | |
parent | dev-util/cargo-c: New version (diff) | |
download | gentoo-acb8aca793e6677bb5837991f7abaddad87e9467.tar.gz gentoo-acb8aca793e6677bb5837991f7abaddad87e9467.tar.bz2 gentoo-acb8aca793e6677bb5837991f7abaddad87e9467.zip |
www-apps/tt-rss: Mark 99999999 as compatible with PHP 8.3
Upstream has recommended PHP 8.3 for two months:
https://git.tt-rss.org/fox/tt-rss.git/commit/?id=7883f024e7f0c2262256be310044c7ceb2ff3247
Signed-off-by: Karl-Johan Karlsson <creideiki@ferretporn.se>
Closes: https://github.com/gentoo/gentoo/pull/35282
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps/tt-rss')
-rw-r--r-- | www-apps/tt-rss/tt-rss-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild index 672d457b7504..3ea3d6a0a40a 100644 --- a/www-apps/tt-rss/tt-rss-99999999.ebuild +++ b/www-apps/tt-rss/tt-rss-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SLOT="${PV}" # Single live slot. IUSE="+acl daemon gd +mysqli postgres" REQUIRED_USE="|| ( mysqli postgres )" -PHP_SLOTS="8.2 8.1" +PHP_SLOTS="8.3 8.2 8.1" PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml" php_rdepend() { |