summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 18:26:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:34:08 +0100
commit8375ad1370801460f5b535498b829206cb9457a2 (patch)
treeb75fa6c3ca6281bd66b326623aa5ab74c0d8d992 /net-libs
parentnet-irc/irker: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-8375ad1370801460f5b535498b829206cb9457a2.tar.gz
gentoo-8375ad1370801460f5b535498b829206cb9457a2.tar.bz2
gentoo-8375ad1370801460f5b535498b829206cb9457a2.zip
net-libs/libsearpc: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild6
-rw-r--r--net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild (renamed from net-libs/libsearpc/libsearpc-3.2.0.ebuild)4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild b/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild
index 23605ce88036..fa39547c3c5f 100644
--- a/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild
+++ b/net-libs/libsearpc/libsearpc-3.0.8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,9 @@ DEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.26.0
>=dev-libs/jansson-2.2.1"
RDEPEND="${DEPEND}
- dev-python/simplejson[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/simplejson[${PYTHON_MULTI_USEDEP}]
+ ')"
src_prepare() {
default
diff --git a/net-libs/libsearpc/libsearpc-3.2.0.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
index 3402888bd457..5ae50cbad5a9 100644
--- a/net-libs/libsearpc/libsearpc-3.2.0.ebuild
+++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild
@@ -23,7 +23,9 @@ DEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.26.0
>=dev-libs/jansson-2.2.1"
RDEPEND="${DEPEND}
- dev-python/simplejson[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/simplejson[${PYTHON_MULTI_USEDEP}]
+ ')"
src_prepare() {
default