From 946c17032a6863fcdf0c2de9d76d04cc14e33b22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 21:17:49 +0100 Subject: [PATCH] sys-apps/entropy: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{entropy-302-r1.ebuild => entropy-302-r2.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename sys-apps/entropy/{entropy-302-r1.ebuild => entropy-302-r2.ebuild} (96%) diff --git a/sys-apps/entropy/entropy-302-r1.ebuild b/sys-apps/entropy/entropy-302-r2.ebuild similarity index 96% rename from sys-apps/entropy/entropy-302-r1.ebuild rename to sys-apps/entropy/entropy-302-r2.ebuild index a617ded3def4..60d514f0e66c 100644 --- a/sys-apps/entropy/entropy-302-r1.ebuild +++ b/sys-apps/entropy/entropy-302-r2.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=5 @@ -23,7 +23,9 @@ RDEPEND=">=app-misc/pax-utils-0.7 net-misc/rsync sys-apps/diffutils sys-apps/sandbox - >=sys-apps/portage-2.1.9[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=sys-apps/portage-2.1.9[${PYTHON_MULTI_USEDEP}] + ') sys-devel/gettext ${PYTHON_DEPS}" DEPEND="${RDEPEND} -- 2.26.2