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 D9FC3158086 for ; Thu, 16 Dec 2021 21:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DAE92BC03C; Thu, 16 Dec 2021 21:45: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DB082BC029 for ; Thu, 16 Dec 2021 21:45:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17DDE3431DF for ; Thu, 16 Dec 2021 21:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F2C1BF for ; Thu, 16 Dec 2021 21:45:40 +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: <1639691131.f22e54f0601c3b6b58cfb286c3875a57c74c1320.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pahole/pahole-1.22.ebuild X-VCS-Directories: dev-util/pahole/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f22e54f0601c3b6b58cfb286c3875a57c74c1320 X-VCS-Branch: master Date: Thu, 16 Dec 2021 21:45:40 +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: d051cceb-acb0-4cf8-b7a5-7568b717499f X-Archives-Hash: 008844f86bc07f12ee5998ee3c683a17 commit: f22e54f0601c3b6b58cfb286c3875a57c74c1320 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Dec 16 20:54:24 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Dec 16 21:45:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22e54f0 dev-util/pahole: keyword 1.22 for ~ppc Bug: https://bugs.gentoo.org/794799 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/pahole/pahole-1.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pahole/pahole-1.22.ebuild b/dev-util/pahole/pahole-1.22.ebuild index 6e645bb8300e..90c3dc91f27b 100644 --- a/dev-util/pahole/pahole-1.22.ebuild +++ b/dev-util/pahole/pahole-1.22.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/" LICENSE="GPL-2" # only SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}"