From c19c4ff93a5f443b13e5051dd2960ba4192bb8a6 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Mon, 10 Feb 2020 21:52:08 +0300 Subject: [PATCH] wesng: migrate to PYTHON_SINGLE_USEDEP --- app-exploits/wesng/wesng-99999999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-exploits/wesng/wesng-99999999.ebuild b/app-exploits/wesng/wesng-99999999.ebuild index 963d376f9..402805e49 100644 --- a/app-exploits/wesng/wesng-99999999.ebuild +++ b/app-exploits/wesng/wesng-99999999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit eutils python-single-r1 @@ -26,7 +26,7 @@ SLOT="0" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - dev-python/chardet[${PYTHON_USEDEP}]" + $(python_gen_cond_dep 'dev-python/chardet[${PYTHON_MULTI_USEDEP}]')" pkg_setup() { python-single-r1_pkg_setup