From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C3241581EE for ; Sat, 05 Apr 2025 10:06:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 87EBE343142 for ; Sat, 05 Apr 2025 10:06:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 84D8A1104BB; Sat, 05 Apr 2025 10:06:39 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 789811104BC for ; Sat, 05 Apr 2025 10:06:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FAD43430F2 for ; Sat, 05 Apr 2025 10:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E389D27F2 for ; Sat, 05 Apr 2025 10:06:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1743847591.74a98c7d88904ca34b4682d42eb640127f2bcbc3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fbthrift/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild X-VCS-Directories: dev-cpp/fbthrift/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 74a98c7d88904ca34b4682d42eb640127f2bcbc3 X-VCS-Branch: master Date: Sat, 05 Apr 2025 10:06:35 +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: 7611b16e-5520-4f25-b683-ebe64770658a X-Archives-Hash: bcf717082c30d7be1467790505fcca8d commit: 74a98c7d88904ca34b4682d42eb640127f2bcbc3 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 5 10:06:31 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 5 10:06:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a98c7d dev-cpp/fbthrift: Stabilize 2024.11.04.00-r1 amd64, #953139 Signed-off-by: Arthur Zamarin gentoo.org> dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild index bb6463a848ef..e80ab350ff21 100644 --- a/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild +++ b/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/facebook/fbthrift/archive/refs/tags/v${PV}.tar.gz -> LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="test" # See https://github.com/facebook/fbthrift/issues/628