diff options
author | 2021-11-21 11:13:28 -0800 | |
---|---|---|
committer | 2021-11-21 11:19:34 -0800 | |
commit | 7eb729d981ad390fbea1fc126e7e9a9b11757202 (patch) | |
tree | bf41391f8298a950e32bdfe0ccea0d62afcb8067 /app-misc/jpipe | |
parent | dev-python/oslo-context: Remove old (diff) | |
download | gentoo-7eb729d981ad390fbea1fc126e7e9a9b11757202.tar.gz gentoo-7eb729d981ad390fbea1fc126e7e9a9b11757202.tar.bz2 gentoo-7eb729d981ad390fbea1fc126e7e9a9b11757202.zip |
app-misc/jpipe: set GO_OPTIONAL=1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc/jpipe')
-rw-r--r-- | app-misc/jpipe/jpipe-0.2.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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(+)] ) |