diff options
author | Nicolas PARLANT <ppn@parhuet.fr> | 2022-07-30 07:52:54 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-08-04 17:53:11 +0100 |
commit | bfac3d343906aa5ba84073792f0dcd51df128ae6 (patch) | |
tree | 43c275048882327e8e3b67d712dc0b7ea737e4db /www-apps | |
parent | sys-cluster/hubble: new package, add 0.10.0 (diff) | |
download | gentoo-bfac3d343906aa5ba84073792f0dcd51df128ae6.tar.gz gentoo-bfac3d343906aa5ba84073792f0dcd51df128ae6.tar.bz2 gentoo-bfac3d343906aa5ba84073792f0dcd51df128ae6.zip |
www-apps/tt-rss: PHP 7.3 is no longer supported
According to upstream:
https://git.tt-rss.org/fox/tt-rss.git/commit/?id=4aefbd628e9a0e1eac58523904ad887b0635cda3
Closes: https://github.com/gentoo/gentoo/pull/26665
Signed-off-by: Nicolas PARLANT <ppn@parhuet.fr>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/tt-rss/tt-rss-99999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild index 89e1ba0ce816..7e27f7a80c80 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.0 7.4 7.3" +PHP_SLOTS="8.0 7.4" PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml" php_rdepend() { |