commit: 7eb729d981ad390fbea1fc126e7e9a9b11757202
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 19:13:28 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 19:19:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb729d9
app-misc/jpipe: set GO_OPTIONAL=1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-misc/jpipe/jpipe-0.2.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-misc/jpipe/jpipe-0.2.0.ebuild
b/app-misc/jpipe/jpipe-0.2.0.ebuild
index a6473d584262..be1344379529 100644
--- a/app-misc/jpipe/jpipe-0.2.0.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+GO_OPTIONAL=1
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{7,8,9,10} )
@@ -378,6 +379,9 @@ RESTRICT+=" test"
IUSE="jpp-symlink jp-symlink python test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RESTRICT="!test? ( test )"
+BDEPEND="
+ !python? ( >=dev-lang/go-1.12 )
+"
RDEPEND="
jpp-symlink? ( !app-misc/jp[jpp(-)] )
jp-symlink? ( !app-misc/jp[jp(+)] )