diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:39 +0200 |
commit | 3329031bff557ccd49a852453dcc5ab204ceeae0 (patch) | |
tree | d4a94a21794016170965bacdbbaf2bd60d8aab47 /net-libs/libsearpc | |
parent | net-im/pidgin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-3329031bff557ccd49a852453dcc5ab204ceeae0.tar.gz gentoo-3329031bff557ccd49a852453dcc5ab204ceeae0.tar.bz2 gentoo-3329031bff557ccd49a852453dcc5ab204ceeae0.zip |
net-libs/libsearpc: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/libsearpc')
-rw-r--r-- | net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild index 5c78c100213c..c3cd310e52b5 100644 --- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild +++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{7,8,9}) +PYTHON_COMPAT=(python3_{8,9}) WANT_AUTOMAKE=1.16 @@ -24,7 +24,7 @@ DEPEND="${PYTHON_DEPS} >=dev-libs/jansson-2.2.1" RDEPEND="${DEPEND} $(python_gen_cond_dep ' - dev-python/simplejson[${PYTHON_MULTI_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] ')" src_prepare() { |