From dfbfad9e3f40f25d7d2ebac77800d9bba0de6c57 Mon Sep 17 00:00:00 2001 From: Karl-Johan Karlsson Date: Sun, 2 Jan 2022 14:13:00 +0100 Subject: www-apps/tt-rss: Add PHP 8.0 support to live Git ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Karl-Johan Karlsson Signed-off-by: Florian Schmaus --- www-apps/tt-rss/tt-rss-99999999.ebuild | 4 ++-- 1 file 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 c543f510ec92..a563f6dcba25 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SLOT="${PV}" # Single live slot. IUSE="+acl daemon gd +mysqli postgres" REQUIRED_USE="|| ( mysqli postgres )" -PHP_SLOTS="7.4 7.3 7.2" +PHP_SLOTS="8.0 7.4 7.3 7.2" PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml" php_rdepend() { -- cgit v1.2.3-65-gdbad