From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C7AC15815E for ; Sun, 11 Feb 2024 22:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24492BC013; Sun, 11 Feb 2024 22:37:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 933242BC013 for ; Sun, 11 Feb 2024 22:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42E2E343055 for ; Sun, 11 Feb 2024 22:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7355B888 for ; Sun, 11 Feb 2024 22:37:32 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1707691003.acb8aca793e6677bb5837991f7abaddad87e9467.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/tt-rss/tt-rss-99999999.ebuild X-VCS-Directories: www-apps/tt-rss/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: acb8aca793e6677bb5837991f7abaddad87e9467 X-VCS-Branch: master Date: Sun, 11 Feb 2024 22:37:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71c7afac-6690-4528-999e-fd075c582e42 X-Archives-Hash: f9f340f958e8a6a54228c37dbe13dd70 commit: acb8aca793e6677bb5837991f7abaddad87e9467 Author: Karl-Johan Karlsson ferretporn se> AuthorDate: Sun Feb 11 21:28:40 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Feb 11 22:36:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb8aca7 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 ferretporn.se> Closes: https://github.com/gentoo/gentoo/pull/35282 Signed-off-by: James Le Cuirot gentoo.org> 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 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() {