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 3BD80158043 for ; Mon, 15 Apr 2024 09:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 117BDE29D6; Mon, 15 Apr 2024 09:00:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ECED7E29D6 for ; Mon, 15 Apr 2024 09:00:54 +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 2F7C03433FD for ; Mon, 15 Apr 2024 09:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C57816E9 for ; Mon, 15 Apr 2024 09:00:52 +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: <1713171646.96bb812e53d07fd49b6167725fcf715a72d90bf9.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libp11/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libp11/libp11-0.4.12-r6.ebuild X-VCS-Directories: dev-libs/libp11/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 96bb812e53d07fd49b6167725fcf715a72d90bf9 X-VCS-Branch: master Date: Mon, 15 Apr 2024 09:00:52 +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: de88d47c-d13f-49ff-a4bd-d7d54b71c5fc X-Archives-Hash: d5fff4d1ca16b9a437f69017809eef7b commit: 96bb812e53d07fd49b6167725fcf715a72d90bf9 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Apr 15 09:00:46 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Apr 15 09:00:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bb812e dev-libs/libp11: Stabilize 0.4.12-r6 ppc64, #914526 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/libp11/libp11-0.4.12-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libp11/libp11-0.4.12-r6.ebuild b/dev-libs/libp11/libp11-0.4.12-r6.ebuild index a99a4674f3cc..eefcabccee6f 100644 --- a/dev-libs/libp11/libp11-0.4.12-r6.ebuild +++ b/dev-libs/libp11/libp11-0.4.12-r6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="doc static-libs test" RESTRICT="!test? ( test )"