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 3B1D0158095 for ; Thu, 21 Jul 2022 00:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD5AAE0B66; Thu, 21 Jul 2022 00:13:25 +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 8F691E0B66 for ; Thu, 21 Jul 2022 00:13:25 +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 B3D3334101D for ; Thu, 21 Jul 2022 00:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2058454C for ; Thu, 21 Jul 2022 00:13:22 +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: <1658362372.c6e18ea11d3a6d030a090fce6bcfe8f07e47e3b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ghex/ghex-42.3.ebuild X-VCS-Directories: app-editors/ghex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6e18ea11d3a6d030a090fce6bcfe8f07e47e3b8 X-VCS-Branch: master Date: Thu, 21 Jul 2022 00:13:22 +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: 07200ec1-33cd-4829-bd58-b5dd1481e151 X-Archives-Hash: ee0018c90b5675c383cba640f388698f commit: c6e18ea11d3a6d030a090fce6bcfe8f07e47e3b8 Author: Sam James gentoo org> AuthorDate: Thu Jul 21 00:12:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 21 00:12:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e18ea1 app-editors/ghex: Stabilize 42.3 ppc, #853958 Signed-off-by: Sam James gentoo.org> app-editors/ghex/ghex-42.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/ghex/ghex-42.3.ebuild b/app-editors/ghex/ghex-42.3.ebuild index 3d897b3769b9..af0a9aa90029 100644 --- a/app-editors/ghex/ghex-42.3.ebuild +++ b/app-editors/ghex/ghex-42.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git" SRC_URI="" else - KEYWORDS="amd64 ~arm ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ FDL-1.1+"