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 4F681138350 for ; Sun, 9 Feb 2020 16:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCE71E0876; Sun, 9 Feb 2020 16:18:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A2F94E0876 for ; Sun, 9 Feb 2020 16:18:23 +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 BF76A34E652 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 F363F148 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: <1581265074.6281b4186756a1d55c2a9d7b0e74c3b6f6f0c9c4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild dev-python/nautilus-python/nautilus-python-1.2.2.ebuild X-VCS-Directories: dev-python/nautilus-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6281b4186756a1d55c2a9d7b0e74c3b6f6f0c9c4 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: 4801c84c-ae28-4268-a9dc-d1e4263cdf3e X-Archives-Hash: 68e8f1a275141355e0bc8613542a3332 commit: 6281b4186756a1d55c2a9d7b0e74c3b6f6f0c9c4 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 12:56:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:17:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6281b418 dev-python/nautilus-python: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> ...nautilus-python-1.2.2.ebuild => nautilus-python-1.2.2-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/nautilus-python/nautilus-python-1.2.2.ebuild b/dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild similarity index 87% rename from dev-python/nautilus-python/nautilus-python-1.2.2.ebuild rename to dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild index 7d376a7f527..1938ff3e597 100644 --- a/dev-python/nautilus-python/nautilus-python-1.2.2.ebuild +++ b/dev-python/nautilus-python/nautilus-python-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # because no (user) plugins could work without them; configure itself # requires pygobject:3 or :2 and >=nautilus-2.32 RDEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') >=gnome-base/nautilus-3[introspection] ${PYTHON_DEPS} "