summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-09-30 22:48:13 -0700
committerZac Medico <zmedico@gentoo.org>2021-09-30 22:48:13 -0700
commit45facf93e89f60a3f6b9eaad8917349e7ef472b0 (patch)
tree677e19e0f2640f4aeb57064f72dfa049cae590a5
parentdev-python/subunit: add 1.4.0_p20210729, enable py3.10, fix tests (diff)
downloadgentoo-45facf93.tar.gz
gentoo-45facf93.tar.bz2
gentoo-45facf93.zip
app-misc/jpipe: fix MissingUseDepDefault
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--app-misc/jpipe/jpipe-0.1.3.9.ebuild4
-rw-r--r--app-misc/jpipe/jpipe-0.2.0.ebuild4
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 27f6530f1420..460087e4da30 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 cf48afdfc531..a6473d584262 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}]