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 51C94138350 for ; Sun, 9 Feb 2020 16:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B092DE0874; Sun, 9 Feb 2020 16:18:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 98A1DE0874 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 C7A7134E8C5 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 38C1314B for ; Sun, 9 Feb 2020 16:18:19 +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: <1581265079.c78290dcb3b0694f05f0f90915b7e31febce648d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thunarx-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild dev-python/thunarx-python/thunarx-python-0.5.1.ebuild X-VCS-Directories: dev-python/thunarx-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c78290dcb3b0694f05f0f90915b7e31febce648d X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:18:19 +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: 4eb335d4-a1e7-4aeb-be39-ceb26a90e7fb X-Archives-Hash: cb1d1a6168d34c31e677cf835ccab230 commit: c78290dcb3b0694f05f0f90915b7e31febce648d Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 12:57:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:17:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78290dc dev-python/thunarx-python: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{thunarx-python-0.5.1.ebuild => thunarx-python-0.5.1-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild similarity index 88% rename from dev-python/thunarx-python/thunarx-python-0.5.1.ebuild rename to dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild index 2d802fa3d30..0a243f4cf71 100644 --- a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild @@ -18,7 +18,9 @@ IUSE="" RDEPEND="${PYTHON_DEPS} >=x11-libs/gtk+-3.20:3 >=dev-libs/glib-2.30:2 - >=dev-python/pygobject-3.20:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.20:3[${PYTHON_MULTI_USEDEP}] + ') >=xfce-base/thunar-1.7.0" DEPEND="${RDEPEND} virtual/pkgconfig"