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 41A80138334 for ; Wed, 9 Oct 2019 07:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FAF3E082B; Wed, 9 Oct 2019 07:37:19 +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 05831E082B for ; Wed, 9 Oct 2019 07:37:18 +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 8EFF334BA1D for ; Wed, 9 Oct 2019 07:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22FA882E for ; Wed, 9 Oct 2019 07:37:15 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1570606602.7e88b8da729ce25c85ca0e99ae3a480f299aec12.dlan@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.11.1.ebuild X-VCS-Directories: app-i18n/ibus-libpinyin/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7e88b8da729ce25c85ca0e99ae3a480f299aec12 X-VCS-Branch: master Date: Wed, 9 Oct 2019 07:37:15 +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: 1aa14a86-0e6d-4cdb-8b88-5ba44dea337f X-Archives-Hash: 41598e12538fa8430f6f180d64d95288 commit: 7e88b8da729ce25c85ca0e99ae3a480f299aec12 Author: Graham Ramsey gmail com> AuthorDate: Tue Oct 8 17:05:00 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Oct 9 07:36:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e88b8da app-i18n/ibus-libpinyin: Updated 11.1 ebuild to EAPI 7 & python3_7 Bug: https://bugs.gentoo.org/696512 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Graham Ramsey gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild index 646cb4dae3f..375b5209b93 100644 --- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild +++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -PYTHON_REQ_USE="sqlite(+)" +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools gnome2-utils python-single-r1 @@ -22,17 +21,20 @@ KEYWORDS="~amd64 ~x86" IUSE="boost lua opencc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} +BDEPEND=" + virtual/pkgconfig" + +DEPEND="${PYTHON_DEPS} app-i18n/ibus[python(+),${PYTHON_USEDEP}] >=app-i18n/libpinyin-2.1.0:= dev-python/pygobject:3[${PYTHON_USEDEP}] + virtual/libintl + dev-db/sqlite:3 boost? ( dev-libs/boost:= ) lua? ( dev-lang/lua:0 ) opencc? ( app-i18n/opencc:= )" -DEPEND="${RDEPEND} - virtual/libintl - virtual/pkgconfig" +RDEPEND="${DEPEND}" src_prepare() { if use boost; then