Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/
Date: Thu, 04 Aug 2022 16:53:29
Message-Id: 1659631991.bfac3d343906aa5ba84073792f0dcd51df128ae6.chewi@gentoo
1 commit: bfac3d343906aa5ba84073792f0dcd51df128ae6
2 Author: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
3 AuthorDate: Sat Jul 30 05:52:54 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 16:53:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfac3d34
7
8 www-apps/tt-rss: PHP 7.3 is no longer supported
9
10 According to upstream:
11 https://git.tt-rss.org/fox/tt-rss.git/commit/?id=4aefbd628e9a0e1eac58523904ad887b0635cda3
12
13 Closes: https://github.com/gentoo/gentoo/pull/26665
14 Signed-off-by: Nicolas PARLANT <ppn <AT> parhuet.fr>
15 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
16
17 www-apps/tt-rss/tt-rss-99999999.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild
21 index 89e1ba0ce816..7e27f7a80c80 100644
22 --- a/www-apps/tt-rss/tt-rss-99999999.ebuild
23 +++ b/www-apps/tt-rss/tt-rss-99999999.ebuild
24 @@ -13,7 +13,7 @@ SLOT="${PV}" # Single live slot.
25 IUSE="+acl daemon gd +mysqli postgres"
26 REQUIRED_USE="|| ( mysqli postgres )"
27
28 -PHP_SLOTS="8.0 7.4 7.3"
29 +PHP_SLOTS="8.0 7.4"
30 PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml"
31
32 php_rdepend() {