commit:     c2274ae7d977eccfa2b1448c683d00508ee4745b
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 03:22:18 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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"

Reply via email to