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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7D19158099 for ; Thu, 23 Nov 2023 09:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD422BC024; Thu, 23 Nov 2023 09:32:16 +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 D15BD2BC015 for ; Thu, 23 Nov 2023 09:32:15 +0000 (UTC) From: WANG Xuerui To: gentoo-dev@lists.gentoo.org Cc: WANG Xuerui , Thilo Fromm , Flatcar Linux Maintainers Subject: [gentoo-dev] [PATCH 0/2] go-env.eclass: niche platform fixes Date: Thu, 23 Nov 2023 17:31:57 +0800 Message-ID: <20231123093159.1228864-1-xen0n@gentoo.org> X-Mailer: git-send-email 2.42.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: a2ed5610-e1d7-457a-accd-4323bb1a5898 X-Archives-Hash: 7365c9ef1d67f4439c476796deea2a94 Hi, Here are some fixes to the recently added go-env.eclass that broke Go ebuilds on several arches (loong and riscv confirmed). I've tested on loong to confirm. You can also view this series on GitHub [1], should you prefer that. [1]: https://github.com/gentoo/gentoo/pull/33941 WANG Xuerui (2): go-env.eclass: unify GOARCH mapping logic with dev-lang/go go-env.eclass: also set GOARM & GO386 when applicable eclass/go-env.eclass | 61 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 14 deletions(-) -- 2.42.1