From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1365936-garchives=archives.gentoo.org@lists.gentoo.org> 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 7861F15808B for <garchives@archives.gentoo.org>; Wed, 9 Feb 2022 01:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC88E0837; Wed, 9 Feb 2022 01:24:00 +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 7F7CEE0837 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Feb 2022 01:24:00 +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 2CC15342FD4 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Feb 2022 01:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2680D2D3 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Feb 2022 01:23:47 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1644369798.6dbb8b466e6cdf0fd80387f71e842df615a704af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/double-conversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/double-conversion/double-conversion-3.2.0.ebuild X-VCS-Directories: dev-libs/double-conversion/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6dbb8b466e6cdf0fd80387f71e842df615a704af X-VCS-Branch: master Date: Wed, 9 Feb 2022 01:23:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 136b3a57-3f7b-4b10-b6c9-f213437fa45d X-Archives-Hash: d0fbd1530928f1e8d45b45bdc2dff950 commit: 6dbb8b466e6cdf0fd80387f71e842df615a704af Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 9 01:23:18 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 9 01:23:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbb8b46 dev-libs/double-conversion: Stabilize 3.2.0 ppc, #832620 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/double-conversion/double-conversion-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/double-conversion/double-conversion-3.2.0.ebuild b/dev-libs/double-conversion/double-conversion-3.2.0.ebuild index 98537dcb370e..defd42f319d4 100644 --- a/dev-libs/double-conversion/double-conversion-3.2.0.ebuild +++ b/dev-libs/double-conversion/double-conversion-3.2.0.ebuild @@ -11,4 +11,4 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"