From c851d8a64e8baeedeac161f7553499a1549e659d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 8 Dec 2019 11:49:30 +0100 Subject: dev-libs/keybinder: Switch to new python-single-r1 API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'dev-libs/keybinder') 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" -- cgit v1.2.3-65-gdbad