dev-libs/keybinder: Switch to new python-single-r1 API
authorMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 10:49:30 +0000 (11:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 11:11:34 +0000 (12:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/keybinder/keybinder-0.3.1-r201.ebuild

index e081ae83d7f787e3f163f3f252bdc9ff034dd181..9392d4f406142aebf5c6c0d6cc902cc1a689971b 100644 (file)
@@ -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"