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 81023158094 for ; Thu, 28 Jul 2022 06:30:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31B41E0F5F; Thu, 28 Jul 2022 06:30:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16F63E0F60 for ; Thu, 28 Jul 2022 06:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B1093340D30 for ; Thu, 28 Jul 2022 06:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E615552 for ; Thu, 28 Jul 2022 06:30:14 +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: <1658989744.0e15a17da36098a42b0a640528941ac1a79713e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/utfcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/utfcpp/utfcpp-3.2.1.ebuild X-VCS-Directories: dev-libs/utfcpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e15a17da36098a42b0a640528941ac1a79713e4 X-VCS-Branch: master Date: Thu, 28 Jul 2022 06:30:14 +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: 69b09eaa-072d-4f55-8a9e-33b78edcc984 X-Archives-Hash: a917d27e4c18b2e15af81a5378976c51 commit: 0e15a17da36098a42b0a640528941ac1a79713e4 Author: Sam James gentoo org> AuthorDate: Thu Jul 28 06:29:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 28 06:29:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e15a17d dev-libs/utfcpp: Stabilize 3.2.1 ppc64, #861542 Signed-off-by: Sam James gentoo.org> dev-libs/utfcpp/utfcpp-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/utfcpp/utfcpp-3.2.1.ebuild b/dev-libs/utfcpp/utfcpp-3.2.1.ebuild index 38e0b1cbf904..ba4d42a780b4 100644 --- a/dev-libs/utfcpp/utfcpp-3.2.1.ebuild +++ b/dev-libs/utfcpp/utfcpp-3.2.1.ebuild @@ -26,7 +26,7 @@ fi LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"