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 3A1B6138350 for ; Sun, 9 Feb 2020 16:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C494CE08DA; Sun, 9 Feb 2020 16:47:08 +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 81D35E08DA for ; Sun, 9 Feb 2020 16:47:08 +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 8FBE134E8CF for ; Sun, 9 Feb 2020 16:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA235148 for ; Sun, 9 Feb 2020 16:47:03 +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: <1581266812.319f71c039b503dd1701e6fd5ab2ebc4a95283ee.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/zim/zim-0.71.1-r1.ebuild x11-misc/zim/zim-0.71.1.ebuild x11-misc/zim/zim-0.72.0.ebuild x11-misc/zim/zim-0.72.1-r1.ebuild x11-misc/zim/zim-0.72.1.ebuild X-VCS-Directories: x11-misc/zim/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 319f71c039b503dd1701e6fd5ab2ebc4a95283ee X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:47:03 +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: 1cf2ba40-6f10-4a78-bc2e-8bea4a17df40 X-Archives-Hash: 5e777015f9c970cd9be1ec05968dfc3d commit: 319f71c039b503dd1701e6fd5ab2ebc4a95283ee Author: Michał Górny gentoo org> AuthorDate: Sat Feb 8 07:00:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:46:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319f71c0 x11-misc/zim: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> x11-misc/zim/{zim-0.71.1.ebuild => zim-0.71.1-r1.ebuild} | 6 ++++-- x11-misc/zim/zim-0.72.0.ebuild | 6 ++++-- x11-misc/zim/{zim-0.72.1.ebuild => zim-0.72.1-r1.ebuild} | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/x11-misc/zim/zim-0.71.1.ebuild b/x11-misc/zim/zim-0.71.1-r1.ebuild similarity index 93% rename from x11-misc/zim/zim-0.71.1.ebuild rename to x11-misc/zim/zim-0.71.1-r1.ebuild index 17560f2d59f..5408e159182 100644 --- a/x11-misc/zim/zim-0.71.1.ebuild +++ b/x11-misc/zim/zim-0.71.1-r1.ebuild @@ -20,8 +20,10 @@ KEYWORDS="amd64 x86" RESTRICT="test" RDEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] + ') x11-libs/gtk+:3[introspection] x11-misc/xdg-utils " diff --git a/x11-misc/zim/zim-0.72.0.ebuild b/x11-misc/zim/zim-0.72.0.ebuild index 7d6ec427d21..64ca6bb5736 100644 --- a/x11-misc/zim/zim-0.72.0.ebuild +++ b/x11-misc/zim/zim-0.72.0.ebuild @@ -20,8 +20,10 @@ KEYWORDS="~amd64 ~x86" RESTRICT="test" RDEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] + ') x11-libs/gtk+:3[introspection] x11-misc/xdg-utils " diff --git a/x11-misc/zim/zim-0.72.1.ebuild b/x11-misc/zim/zim-0.72.1-r1.ebuild similarity index 93% rename from x11-misc/zim/zim-0.72.1.ebuild rename to x11-misc/zim/zim-0.72.1-r1.ebuild index 7d6ec427d21..64ca6bb5736 100644 --- a/x11-misc/zim/zim-0.72.1.ebuild +++ b/x11-misc/zim/zim-0.72.1-r1.ebuild @@ -20,8 +20,10 @@ KEYWORDS="~amd64 ~x86" RESTRICT="test" RDEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] + ') x11-libs/gtk+:3[introspection] x11-misc/xdg-utils "