From 83afb1cc17afac6e4b03e6ee9d65d9c47d08f96b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 10:47:05 +0100 Subject: [PATCH] app-misc/pystopwatch: 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 --- app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild index 8ef9462053b8..269d8be267c4 100644 --- a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild +++ b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.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 @@ -19,7 +19,9 @@ IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" - dev-python/pygtk:2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygtk:2[${PYTHON_USEDEP}] + ') gnome-base/librsvg ${PYTHON_DEPS} " -- 2.26.2