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 C2D3E158086 for ; Sun, 26 Dec 2021 08:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A08E9E0729; Sun, 26 Dec 2021 08:05:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66FC4E0729 for ; Sun, 26 Dec 2021 08:05:41 +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 15A72342BA6 for ; Sun, 26 Dec 2021 08:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72E53233 for ; Sun, 26 Dec 2021 08:05:38 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1640505912.4b0d69b21b85f005eda2c09349821a5e111c465d.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild X-VCS-Directories: dev-cpp/abseil-cpp/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 4b0d69b21b85f005eda2c09349821a5e111c465d X-VCS-Branch: master Date: Sun, 26 Dec 2021 08:05:38 +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: 5fb0a261-d42a-4cbb-af88-ef4599a2dfe5 X-Archives-Hash: 1d12d9b2d6ea571ed12dbe5e73c4ab11 commit: 4b0d69b21b85f005eda2c09349821a5e111c465d Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Dec 26 08:04:59 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Dec 26 08:05:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0d69b2 dev-cpp/abseil-cpp: Stabilize 20211102.0 ppc64, #829994 single test failure on be: 48 - absl_symbolize_test (SEGFAULT) Signed-off-by: Georgy Yakovlev gentoo.org> dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild index e342c5607c2a..824a337b99bf 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild @@ -22,7 +22,7 @@ LICENSE=" test? ( BSD ) " SLOT="0/${PV%%.*}" -KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm64 ppc64 ~riscv ~x86" IUSE="test" DEPEND=""