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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AF67158018 for ; Fri, 1 Oct 2021 05:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 361A5E08BB; Fri, 1 Oct 2021 05:49:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16079E08BB for ; Fri, 1 Oct 2021 05:49:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B01A342BC2 for ; Fri, 1 Oct 2021 05:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7A1279 for ; Fri, 1 Oct 2021 05:49:36 +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: <1633067293.45facf93e89f60a3f6b9eaad8917349e7ef472b0.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.1.3.9.ebuild 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: 45facf93e89f60a3f6b9eaad8917349e7ef472b0 X-VCS-Branch: master Date: Fri, 1 Oct 2021 05:49:36 +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: 43fa0270-8746-48bd-96a8-07ca39bed06c X-Archives-Hash: a9429bf869d530c262fd95426f1be9ba commit: 45facf93e89f60a3f6b9eaad8917349e7ef472b0 Author: Zac Medico gentoo org> AuthorDate: Fri Oct 1 05:48:13 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Oct 1 05:48:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45facf93 app-misc/jpipe: fix MissingUseDepDefault Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> app-misc/jpipe/jpipe-0.1.3.9.ebuild | 4 ++-- app-misc/jpipe/jpipe-0.2.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/jpipe/jpipe-0.1.3.9.ebuild b/app-misc/jpipe/jpipe-0.1.3.9.ebuild index 27f6530f142..460087e4da3 100644 --- a/app-misc/jpipe/jpipe-0.1.3.9.ebuild +++ b/app-misc/jpipe/jpipe-0.1.3.9.ebuild @@ -17,8 +17,8 @@ SLOT="0" IUSE="jpp-symlink jp-symlink test" RESTRICT="!test? ( test )" RDEPEND=" - jpp-symlink? ( !app-misc/jp[jpp] ) - jp-symlink? ( !app-misc/jp[jp] ) + jpp-symlink? ( !app-misc/jp[jpp(-)] ) + jp-symlink? ( !app-misc/jp[jp(+)] ) dev-python/jmespath[${PYTHON_USEDEP}] " diff --git a/app-misc/jpipe/jpipe-0.2.0.ebuild b/app-misc/jpipe/jpipe-0.2.0.ebuild index cf48afdfc53..a6473d58426 100644 --- a/app-misc/jpipe/jpipe-0.2.0.ebuild +++ b/app-misc/jpipe/jpipe-0.2.0.ebuild @@ -379,8 +379,8 @@ IUSE="jpp-symlink jp-symlink python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" RDEPEND=" - jpp-symlink? ( !app-misc/jp[jpp] ) - jp-symlink? ( !app-misc/jp[jp] ) + jpp-symlink? ( !app-misc/jp[jpp(-)] ) + jp-symlink? ( !app-misc/jp[jp(+)] ) python? ( ${PYTHON_DEPS} dev-python/jmespath[${PYTHON_USEDEP}]