public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jp/
Date: Fri,  4 Mar 2022 23:23:05 +0000 (UTC)	[thread overview]
Message-ID: <1646436131.bbc726ff54e787616c5f0114bb2cdf9d38c81209.zmedico@gentoo> (raw)

commit:     bbc726ff54e787616c5f0114bb2cdf9d38c81209
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 23:16:04 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 23:22:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc726ff

app-misc/jp: Workaround ego mod tidy failure

Bug: https://bugs.gentoo.org/834594
See: f9ee55e698f8 ("go-module.eclass: use ego helper function")
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-misc/jp/jp-0.2.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-misc/jp/jp-0.2.1.ebuild b/app-misc/jp/jp-0.2.1.ebuild
index e3f78b97a353..4bcecfa425fe 100644
--- a/app-misc/jp/jp-0.2.1.ebuild
+++ b/app-misc/jp/jp-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,6 +42,11 @@ RESTRICT+=" test"
 REQUIRED_USE="!jpp"
 RDEPEND="!app-misc/jpipe[jp-symlink]"
 
+# Workaround https://bugs.gentoo.org/834594
+ego() {
+	go "${@}"
+}
+
 src_compile() {
 	go build -mod=readonly -o ./jp ./jp.go || die
 }


             reply	other threads:[~2022-03-04 23:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04 23:23 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-16  2:07 [gentoo-commits] repo/gentoo:master commit in: app-misc/jp/ Zac Medico
2021-10-03 20:21 Zac Medico
2021-10-01  4:37 Zac Medico
2021-06-17 22:00 Zac Medico
2021-06-17  8:47 Zac Medico
2021-06-17  7:25 Zac Medico
2021-06-17  5:02 Zac Medico
2021-06-16 19:21 Zac Medico
2021-06-15 22:02 Zac Medico
2021-06-15 19:36 Zac Medico
2021-06-15  5:55 Zac Medico
2021-06-12 22:20 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1646436131.bbc726ff54e787616c5f0114bb2cdf9d38c81209.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox