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 1A378138350 for ; Sun, 9 Feb 2020 16:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26062E0866; Sun, 9 Feb 2020 16:11:10 +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 0C22DE0866 for ; Sun, 9 Feb 2020 16:11:10 +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 8640B34E872 for ; Sun, 9 Feb 2020 16:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3C312D for ; Sun, 9 Feb 2020 16:11:06 +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: <1581264641.da380c08f3debf2d2e8d2890b4903e57a7bac153.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-pinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r3.ebuild X-VCS-Directories: app-i18n/ibus-pinyin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: da380c08f3debf2d2e8d2890b4903e57a7bac153 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:11:06 +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: 6bf9b41a-55a2-462d-8b9b-3c77938e5147 X-Archives-Hash: f0b51afe984a0eb06ee0117e30ea1db6 commit: da380c08f3debf2d2e8d2890b4903e57a7bac153 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 09:31:57 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:10:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da380c08 app-i18n/ibus-pinyin: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{ibus-pinyin-1.5.0-r2.ebuild => ibus-pinyin-1.5.0-r3.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r3.ebuild similarity index 86% rename from app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild rename to app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r3.ebuild index 2f8dba36e3c..71734165967 100644 --- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r2.ebuild +++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,10 +17,12 @@ IUSE="boost lua nls" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - app-i18n/ibus[python(+),${PYTHON_USEDEP}] app-i18n/pyzy dev-db/sqlite:3 - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') boost? ( dev-libs/boost ) lua? ( =dev-lang/lua-5.1*:= ) nls? ( virtual/libintl )"