From: Michał Górny Date: Sun, 8 Dec 2019 10:49:30 +0000 (+0100) Subject: dev-libs/keybinder: Switch to new python-single-r1 API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c851d8a64e8baeedeac161f7553499a1549e659d;p=gentoo.git dev-libs/keybinder: Switch to new python-single-r1 API Signed-off-by: Michał Górny --- diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild index e081ae83d7f7..9392d4f40614 100644 --- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,8 +23,10 @@ RDEPEND=">=x11-libs/gtk+-2.20:2 introspection? ( dev-libs/gobject-introspection ) lua? ( >=dev-lang/lua-5.1 ) python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.12[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygobject-2.15.3:2[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}] + ') )" DEPEND="${RDEPEND} virtual/pkgconfig"