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 60A831581FD for ; Sun, 07 Sep 2025 03:40:24 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 20406340B25 for ; Sun, 07 Sep 2025 03:40:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6801211057E; Sun, 07 Sep 2025 03:39:52 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 589A511057E for ; Sun, 07 Sep 2025 03:39:52 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13E5D340F5F for ; Sun, 07 Sep 2025 03:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FFC63955 for ; Sun, 07 Sep 2025 03:39:48 +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: <1757216370.0c4ffdbb5f132f3048b70e68338d1745cd74b1d3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-3.9.0.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0c4ffdbb5f132f3048b70e68338d1745cd74b1d3 X-VCS-Branch: master Date: Sun, 07 Sep 2025 03:39:48 +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: 0432377a-7a79-4c37-b136-dc5d1d34d9fe X-Archives-Hash: b5916c1793a8bce03305a9eab4bb620d commit: 0c4ffdbb5f132f3048b70e68338d1745cd74b1d3 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Sep 7 03:39:30 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Sep 7 03:39:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4ffdbb dev-libs/botan: Stabilize 3.9.0 ppc64, #962414 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/botan/botan-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/botan/botan-3.9.0.ebuild b/dev-libs/botan/botan-3.9.0.ebuild index c1f8cc3aee0a..d63cfc15a2d1 100644 --- a/dev-libs/botan/botan-3.9.0.ebuild +++ b/dev-libs/botan/botan-3.9.0.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" # New major versions are parallel-installable SLOT="$(ver_cut 1)/$(ver_cut 1-2)" # soname version -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~ppc-macos" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~ppc-macos" IUSE="doc boost bzip2 lzma python static-libs sqlite test tools zlib" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"