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 517A0138350 for ; Sun, 9 Feb 2020 16:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ACEEE0871; Sun, 9 Feb 2020 16:18:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 306BEE0871 for ; Sun, 9 Feb 2020 16:18:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5EDAE34E8CF for ; Sun, 9 Feb 2020 16:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDD2F146 for ; Sun, 9 Feb 2020 16:18:18 +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: <1581265071.75f724940eb35dde2f2f7e05c1c94d5f698915b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpeas/libpeas-1.22.0-r1.ebuild dev-libs/libpeas/libpeas-1.22.0.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75f724940eb35dde2f2f7e05c1c94d5f698915b9 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:18:18 +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: 9a30ed48-b8f2-4288-8181-c0fedccb7445 X-Archives-Hash: 53d658f818845e4cc1b139c62d2eb50b commit: 75f724940eb35dde2f2f7e05c1c94d5f698915b9 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 12:55:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:17:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f72494 dev-libs/libpeas: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> dev-libs/libpeas/{libpeas-1.22.0.ebuild => libpeas-1.22.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libpeas/libpeas-1.22.0.ebuild b/dev-libs/libpeas/libpeas-1.22.0-r1.ebuild similarity index 95% rename from dev-libs/libpeas/libpeas-1.22.0.ebuild rename to dev-libs/libpeas/libpeas-1.22.0-r1.ebuild index c4cdb193963..d2eec7dc531 100644 --- a/dev-libs/libpeas/libpeas-1.22.0.ebuild +++ b/dev-libs/libpeas/libpeas-1.22.0-r1.ebuild @@ -28,7 +28,10 @@ RDEPEND=" !luajit? ( =dev-lang/lua-5.1*:0 ) ) python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.2:3[${PYTHON_MULTI_USEDEP}] + ') + ) " DEPEND="${RDEPEND} dev-util/glib-utils