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 4E84015838C for ; Sat, 20 Jan 2024 22:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2545CE29F5; Sat, 20 Jan 2024 22:13:22 +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 074B4E29F5 for ; Sat, 20 Jan 2024 22:13:22 +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 14F50343284 for ; Sat, 20 Jan 2024 22:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D105E979 for ; Sat, 20 Jan 2024 22:13:17 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1705788426.7f4571d46f3a97d05c7c7b5161725541336e6123.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/wego/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/wego/wego-2.2.ebuild X-VCS-Directories: app-misc/wego/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7f4571d46f3a97d05c7c7b5161725541336e6123 X-VCS-Branch: master Date: Sat, 20 Jan 2024 22:13:17 +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: edf78a5e-281e-41d1-a565-420de24567aa X-Archives-Hash: 507b821afcfcc9e30bf0662bf893b377 Message-ID: <20240120221317.M1sbvbl41ZDEZHCSWy6OnV6JVEYcz8Zne8encGQFoKU@z> commit: 7f4571d46f3a97d05c7c7b5161725541336e6123 Author: pkubaj anongoth pl> AuthorDate: Sat Jan 20 00:03:39 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jan 20 22:07:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f4571d4 app-misc/wego: add ~arm64 and ~ppc64 keywords Works fine on both. Closes: https://github.com/gentoo/guru/pull/127 Signed-off-by: David Roman gmail.com> app-misc/wego/wego-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/wego/wego-2.2.ebuild b/app-misc/wego/wego-2.2.ebuild index 771c90a533..80ef198858 100644 --- a/app-misc/wego/wego-2.2.ebuild +++ b/app-misc/wego/wego-2.2.ebuild @@ -11,7 +11,7 @@ SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz" HOMEPAGE="https://github.com/schachmat/wego" LICENSE="BSD ISC MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~ppc64" src_compile() { ego build -v -x -o wego || die