summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-10-08 10:51:12 +0100
committerJames Le Cuirot <chewi@gentoo.org>2022-10-08 10:51:24 +0100
commite3d1f67ff95467c9487973b8aaf315776146b364 (patch)
tree684170d7b0462c7e5be3bba2aa4547ff7ef50764 /www-apps/tt-rss
parentwww-client/vivaldi: Drop old 5.4.2753.51-r1 (diff)
downloadgentoo-e3d1f67ff95467c9487973b8aaf315776146b364.tar.gz
gentoo-e3d1f67ff95467c9487973b8aaf315776146b364.tar.bz2
gentoo-e3d1f67ff95467c9487973b8aaf315776146b364.zip
www-apps/tt-rss: Add PHP 8.1 support to 99999999
Closes: https://github.com/gentoo/gentoo/pull/27693 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-20220218.ebuild2
-rw-r--r--www-apps/tt-rss/tt-rss-99999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/tt-rss/tt-rss-20220218.ebuild b/www-apps/tt-rss/tt-rss-20220218.ebuild
index 2081b2a81759..4c0e5b53bb16 100644
--- a/www-apps/tt-rss/tt-rss-20220218.ebuild
+++ b/www-apps/tt-rss/tt-rss-20220218.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~mips ~x86"
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() {
diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild
index 7e27f7a80c80..28c0a77199a8 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"
+PHP_SLOTS="8.1 8.0 7.4"
PHP_USE="gd?,mysqli?,postgres?,curl,fileinfo,intl,json(+),pdo,unicode,xml"
php_rdepend() {