commit: c851d8a64e8baeedeac161f7553499a1549e659d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 10:49:30 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 11:11:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c851d8a6
dev-libs/keybinder: Switch to new python-single-r1 API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index e081ae83d7f..9392d4f4061 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"