Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jpipe/
Date: Sun, 21 Nov 2021 19:19:42
Message-Id: 1637522374.7eb729d981ad390fbea1fc126e7e9a9b11757202.zmedico@gentoo
1 commit: 7eb729d981ad390fbea1fc126e7e9a9b11757202
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 19:13:28 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 19:19:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb729d9
7
8 app-misc/jpipe: set GO_OPTIONAL=1
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-misc/jpipe/jpipe-0.2.0.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/app-misc/jpipe/jpipe-0.2.0.ebuild b/app-misc/jpipe/jpipe-0.2.0.ebuild
17 index a6473d584262..be1344379529 100644
18 --- a/app-misc/jpipe/jpipe-0.2.0.ebuild
19 +++ b/app-misc/jpipe/jpipe-0.2.0.ebuild
20 @@ -2,6 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 +GO_OPTIONAL=1
25 DISTUTILS_OPTIONAL=1
26 DISTUTILS_USE_SETUPTOOLS=bdepend
27 PYTHON_COMPAT=( python3_{7,8,9,10} )
28 @@ -378,6 +379,9 @@ RESTRICT+=" test"
29 IUSE="jpp-symlink jp-symlink python test"
30 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
31 RESTRICT="!test? ( test )"
32 +BDEPEND="
33 + !python? ( >=dev-lang/go-1.12 )
34 +"
35 RDEPEND="
36 jpp-symlink? ( !app-misc/jp[jpp(-)] )
37 jp-symlink? ( !app-misc/jp[jp(+)] )