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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A9DC15852A for ; Thu, 29 Aug 2024 23:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A43FE2A23; Thu, 29 Aug 2024 23:08:57 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6072EE2A21 for ; Thu, 29 Aug 2024 23:08:57 +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 75C4D33D3CF for ; Thu, 29 Aug 2024 23:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A121D1F2A for ; Thu, 29 Aug 2024 23:08:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1724972904.d12dbcc68fbaee740f11c5c39537524ac2161b81.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/btf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/btf/btf-1.2.6.ebuild X-VCS-Directories: sci-libs/btf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d12dbcc68fbaee740f11c5c39537524ac2161b81 X-VCS-Branch: master Date: Thu, 29 Aug 2024 23:08:53 +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: 60e15783-d113-40c6-b2aa-e1ac1c1a6af2 X-Archives-Hash: b56fa6e5f83d4de0ffc3d65676ccf3c9 commit: d12dbcc68fbaee740f11c5c39537524ac2161b81 Author: Sam James gentoo org> AuthorDate: Thu Aug 29 23:08:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 29 23:08:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12dbcc6 sci-libs/btf: Stabilize 1.2.6 ppc, #938710 Signed-off-by: Sam James gentoo.org> sci-libs/btf/btf-1.2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/btf/btf-1.2.6.ebuild b/sci-libs/btf/btf-1.2.6.ebuild index 8ba08b047dd7..10c6dc36294f 100644 --- a/sci-libs/btf/btf-1.2.6.ebuild +++ b/sci-libs/btf/btf-1.2.6.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=7 @@ -9,7 +9,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" DEPEND="sci-libs/suitesparseconfig" RDEPEND="${DEPEND}"