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 CFF56139083 for ; Thu, 20 Apr 2017 07:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 112BAE0D0A; Thu, 20 Apr 2017 07:59:35 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3BE0E0D05 for ; Thu, 20 Apr 2017 07:59:34 +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 E4C7D3413B7 for ; Thu, 20 Apr 2017 07:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAF44743D for ; Thu, 20 Apr 2017 07:59:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492675067.a50d0ab78a22c7e4efddd1da35a080f492b9ee67.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild X-VCS-Directories: app-i18n/ibus-libpinyin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a50d0ab78a22c7e4efddd1da35a080f492b9ee67 X-VCS-Branch: master Date: Thu, 20 Apr 2017 07:59:30 +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-Archives-Salt: c56f60d5-7bb7-471a-984b-b18b71ac1c64 X-Archives-Hash: 12af6835fde0b0a962d243188fec2d67 commit: a50d0ab78a22c7e4efddd1da35a080f492b9ee67 Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 07:14:40 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 07:57:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50d0ab7 app-i18n/ibus-libpinyin: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild | 8 +++++--- app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild index 9d28ac9df2b..d1387f71db4 100644 --- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild +++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,9 +16,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="boost opencc lua" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="sys-apps/sed" -RDEPEND=">=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}] +DEPEND="" +RDEPEND="${PYTHON_DEPS} + >=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}] dev-python/pygtk[${PYTHON_USEDEP}] =app-i18n/libpinyin-1.0.0 app-i18n/pyzy diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild index 032e1b9b5f9..2781f61eb39 100644 --- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild +++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,9 +16,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="boost opencc lua" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="sys-apps/sed" -RDEPEND=">=app-i18n/ibus-1.5.4[python,${PYTHON_USEDEP}] +DEPEND="" +RDEPEND="${PYTHON_DEPS} + >=app-i18n/ibus-1.5.4[python,${PYTHON_USEDEP}] dev-python/pygtk[${PYTHON_USEDEP}] >=app-i18n/libpinyin-1.2.91 app-i18n/pyzy