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 DA2E1138350 for ; Sun, 9 Feb 2020 16:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C1EE0866; Sun, 9 Feb 2020 16:29:37 +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 9268BE0866 for ; Sun, 9 Feb 2020 16:29:37 +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 D3BDC34E754 for ; Sun, 9 Feb 2020 16:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD98133 for ; Sun, 9 Feb 2020 16:29:34 +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: <1581265605.cae2eade27fcaa41c08f89da88c1f6dada3b30b8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild X-VCS-Directories: media-gfx/eog-plugins/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cae2eade27fcaa41c08f89da88c1f6dada3b30b8 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:29:34 +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: 026381a7-8340-4d11-9f99-cbb79a589ab0 X-Archives-Hash: 72a2fbe6327c4b1e8714d70ca1c8f087 commit: cae2eade27fcaa41c08f89da88c1f6dada3b30b8 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:59:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:26:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae2eade media-gfx/eog-plugins: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{eog-plugins-3.26.4.ebuild => eog-plugins-3.26.4-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild b/media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild similarity index 91% rename from media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild rename to media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild index c686fd3f919..33ba60e823b 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild @@ -34,8 +34,10 @@ RDEPEND=" python? ( ${PYTHON_DEPS} >=dev-libs/glib-2.32:2[dbus] - dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') gnome-base/gsettings-desktop-schemas media-gfx/eog[introspection] x11-libs/gtk+:3[introspection]