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 3330F138350 for ; Sun, 9 Feb 2020 16:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93EACE0870; Sun, 9 Feb 2020 16:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1DDE4E0870 for ; Sun, 9 Feb 2020 16:11:11 +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 3702434E73F for ; Sun, 9 Feb 2020 16:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 428E7134 for ; Sun, 9 Feb 2020 16:11:07 +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: <1581264644.78e26ce8ff1d972faf1896f7247857599374031f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/pology/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/pology/pology-0.12-r1.ebuild app-i18n/pology/pology-0.12-r2.ebuild app-i18n/pology/pology-9999.ebuild X-VCS-Directories: app-i18n/pology/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78e26ce8ff1d972faf1896f7247857599374031f X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:11:07 +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: 586499ab-af7d-44bc-9c15-c6921f67dc15 X-Archives-Hash: ffdd7295c8be31324fce946a862bd80d commit: 78e26ce8ff1d972faf1896f7247857599374031f Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 09:35:09 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:10:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e26ce8 app-i18n/pology: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> app-i18n/pology/{pology-0.12-r1.ebuild => pology-0.12-r2.ebuild} | 4 +++- app-i18n/pology/pology-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-i18n/pology/pology-0.12-r1.ebuild b/app-i18n/pology/pology-0.12-r2.ebuild similarity index 95% rename from app-i18n/pology/pology-0.12-r1.ebuild rename to app-i18n/pology/pology-0.12-r2.ebuild index da1015d3f26..fcb45eb1627 100644 --- a/app-i18n/pology/pology-0.12-r1.ebuild +++ b/app-i18n/pology/pology-0.12-r2.ebuild @@ -27,7 +27,9 @@ BDEPEND=" RDEPEND="${PYTHON_DEPS} dev-libs/libxml2 dev-libs/libxslt - dev-python/dbus-python[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + ') sys-devel/gettext " DEPEND="${RDEPEND}" diff --git a/app-i18n/pology/pology-9999.ebuild b/app-i18n/pology/pology-9999.ebuild index 1670d22e95e..1347ffb8ba8 100644 --- a/app-i18n/pology/pology-9999.ebuild +++ b/app-i18n/pology/pology-9999.ebuild @@ -27,7 +27,9 @@ BDEPEND=" RDEPEND="${PYTHON_DEPS} dev-libs/libxml2 dev-libs/libxslt - dev-python/dbus-python[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + ') sys-devel/gettext " DEPEND="${RDEPEND}"