From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D7DF158086 for ; Sun, 21 Nov 2021 19:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB37E084A; Sun, 21 Nov 2021 19:19:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E118E084A for ; Sun, 21 Nov 2021 19:19:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F645343286 for ; Sun, 21 Nov 2021 19:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FCC1B3 for ; Sun, 21 Nov 2021 19:19:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1637522374.7eb729d981ad390fbea1fc126e7e9a9b11757202.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jpipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/jpipe/jpipe-0.2.0.ebuild X-VCS-Directories: app-misc/jpipe/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7eb729d981ad390fbea1fc126e7e9a9b11757202 X-VCS-Branch: master Date: Sun, 21 Nov 2021 19:19:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef2c91b8-1bbb-4e09-bfb2-4abf4ec32b13 X-Archives-Hash: a3797e1b170be8215746bedad7530596 commit: 7eb729d981ad390fbea1fc126e7e9a9b11757202 Author: Zac Medico gentoo org> AuthorDate: Sun Nov 21 19:13:28 2021 +0000 Commit: Zac Medico gentoo 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 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(+)] )