diff options
-rw-r--r-- | app-misc/jp/jp-0.2.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 } |