From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F698138335 for ; Sun, 8 Dec 2019 11:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E96A4E089D; Sun, 8 Dec 2019 11:11:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 502DBE087A for ; Sun, 8 Dec 2019 11:11:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 127AA34D875 for ; Sun, 8 Dec 2019 11:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9605D8D0 for ; Sun, 8 Dec 2019 11:11:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575803494.c851d8a64e8baeedeac161f7553499a1549e659d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/keybinder/keybinder-0.3.1-r201.ebuild X-VCS-Directories: dev-libs/keybinder/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c851d8a64e8baeedeac161f7553499a1549e659d X-VCS-Branch: master Date: Sun, 8 Dec 2019 11:11:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 548b257c-85d7-4f79-9f0a-7156dafaa1ce X-Archives-Hash: 8b8ec1767b82df372335c1651c940478 commit: c851d8a64e8baeedeac161f7553499a1549e659d Author: Michał Górny gentoo org> AuthorDate: Sun Dec 8 10:49:30 2019 +0000 Commit: Michał Górny gentoo 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 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"