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 D72C4138350 for ; Sun, 9 Feb 2020 16:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9AC2E0887; Sun, 9 Feb 2020 16:11:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9BB13E0887 for ; Sun, 9 Feb 2020 16:11:15 +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 3911F34E8CF for ; Sun, 9 Feb 2020 16:11:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B4D114D for ; Sun, 9 Feb 2020 16:11:08 +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: <1581264659.f7caa415e1f4465a032e561c5bf8324fd337b17d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/pybliographer/pybliographer-1.4.0-r2.ebuild app-office/pybliographer/pybliographer-1.4.0-r3.ebuild X-VCS-Directories: app-office/pybliographer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f7caa415e1f4465a032e561c5bf8324fd337b17d X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:11:08 +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: 23c17cbf-be26-4b08-96c3-82b8c74f8a40 X-Archives-Hash: 40a0bd4e56afc7de9566360454a6d698 commit: f7caa415e1f4465a032e561c5bf8324fd337b17d Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 11:29:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:10:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7caa415 app-office/pybliographer: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> ...grapher-1.4.0-r2.ebuild => pybliographer-1.4.0-r3.ebuild} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r3.ebuild similarity index 84% rename from app-office/pybliographer/pybliographer-1.4.0-r2.ebuild rename to app-office/pybliographer/pybliographer-1.4.0-r3.ebuild index 4cf3e67ada7..2d0fce30019 100644 --- a/app-office/pybliographer/pybliographer-1.4.0-r2.ebuild +++ b/app-office/pybliographer/pybliographer-1.4.0-r3.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,10 +21,12 @@ RDEPEND="${PYTHON_DEPS} >=app-text/recode-3.6-r1 app-text/rarian dev-libs/glib:2 - dev-python/gconf-python:2[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}] - >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/gconf-python:2[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygtk-2.24.0:2[${PYTHON_MULTI_USEDEP}] + >=dev-python/python-bibtex-1.2.5[${PYTHON_MULTI_USEDEP}] + ') " DEPEND="${RDEPEND} app-text/yelp-tools