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 8B16815800F for ; Fri, 17 Feb 2023 03:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB372E07E1; Fri, 17 Feb 2023 03:22:43 +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 8AC0CE07E1 for ; Fri, 17 Feb 2023 03:22:43 +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 47564341070 for ; Fri, 17 Feb 2023 03:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4FEE8A9 for ; Fri, 17 Feb 2023 03:22:39 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1676604138.c2274ae7d977eccfa2b1448c683d00508ee4745b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/go-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c2274ae7d977eccfa2b1448c683d00508ee4745b X-VCS-Branch: master Date: Fri, 17 Feb 2023 03:22:39 +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: 76ef5bfd-ad6a-4842-9e53-568d5af1772f X-Archives-Hash: 3a5691089ceba497cd79895dcc7c00e5 commit: c2274ae7d977eccfa2b1448c683d00508ee4745b Author: William Hubbs gentoo org> AuthorDate: Fri Feb 17 03:22:18 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 17 03:22:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2274ae7 go-module.eclass: typo Signed-off-by: William Hubbs gentoo.org> eclass/go-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index bae5d2a49894..5703b4fd8810 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -355,7 +355,7 @@ go-module_src_unpack() { ( use ppc64 && ! use big-endian ) || use s390 || use x86; then GOFLAGS="-buildmode=pie ${GOFLAGS}" fi - GOFLAGS="${GOFLAGS} -p $(makeopts_jobs)" + GOFLAGS="${GOFLAGS} -p=$(makeopts_jobs)" if [[ "${#EGO_SUM[@]}" -gt 0 ]]; then eqawarn "This ebuild uses EGO_SUM which is deprecated" eqawarn "Please migrate to a dependency tarball"