From a5121c5d4a471acdc27f56babd07c66feaa6789d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 15:12:26 +0100 Subject: [PATCH] games-strategy/gwp: 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 --- .../gwp/{gwp-0.4.0-r3.ebuild => gwp-0.4.0-r4.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename games-strategy/gwp/{gwp-0.4.0-r3.ebuild => gwp-0.4.0-r4.ebuild} (91%) diff --git a/games-strategy/gwp/gwp-0.4.0-r3.ebuild b/games-strategy/gwp/gwp-0.4.0-r4.ebuild similarity index 91% rename from games-strategy/gwp/gwp-0.4.0-r3.ebuild rename to games-strategy/gwp/gwp-0.4.0-r4.ebuild index f9a4fa227439..86e8f30a76bb 100644 --- a/games-strategy/gwp/gwp-0.4.0-r3.ebuild +++ b/games-strategy/gwp/gwp-0.4.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,10 @@ RDEPEND="x11-libs/gtk+:2 nls? ( virtual/libintl ) opengl? ( x11-libs/gtkglext ) python? ( ${PYTHON_DEPS} - dev-python/pygtk[${PYTHON_USEDEP}] )" + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ') + )" DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" -- 2.26.2