From: Michał Górny Date: Fri, 7 Feb 2020 12:57:13 +0000 (+0100) Subject: dev-python/thunarx-python: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c78290dcb3b0694f05f0f90915b7e31febce648d;p=gentoo.git dev-python/thunarx-python: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild similarity index 88% rename from dev-python/thunarx-python/thunarx-python-0.5.1.ebuild rename to dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild index 2d802fa3d307..0a243f4cf713 100644 --- a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild @@ -18,7 +18,9 @@ IUSE="" RDEPEND="${PYTHON_DEPS} >=x11-libs/gtk+-3.20:3 >=dev-libs/glib-2.30:2 - >=dev-python/pygobject-3.20:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.20:3[${PYTHON_MULTI_USEDEP}] + ') >=xfce-base/thunar-1.7.0" DEPEND="${RDEPEND} virtual/pkgconfig"