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 93BBF158086 for ; Thu, 14 Oct 2021 12:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBEE7E0885; Thu, 14 Oct 2021 12:45:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5FDAE0885 for ; Thu, 14 Oct 2021 12:45:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0801342DF8 for ; Thu, 14 Oct 2021 12:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BB2FD0 for ; Thu, 14 Oct 2021 12:45:14 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1634215179.3b7de4e964636e45292d43e62a2c5990275b5b1b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-handwrite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild X-VCS-Directories: app-i18n/ibus-handwrite/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 3b7de4e964636e45292d43e62a2c5990275b5b1b X-VCS-Branch: master Date: Thu, 14 Oct 2021 12:45:14 +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: 2f70d644-c121-4248-9226-a17cedd615ef X-Archives-Hash: aad008459303123519561255b0009d60 commit: 3b7de4e964636e45292d43e62a2c5990275b5b1b Author: Akinori Hattori gentoo org> AuthorDate: Thu Oct 14 12:39:39 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Oct 14 12:39:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7de4e9 app-i18n/ibus-handwrite: update to EAPI 7 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild index cbabf59f679..9dc9b664797 100644 --- a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild +++ b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" DESCRIPTION="Hand write recognition/input for IBus" HOMEPAGE="https://github.com/microcai/ibus-handwrite" @@ -19,8 +19,8 @@ RDEPEND="app-i18n/ibus app-i18n/zinnia app-i18n/zinnia-tomoe )" -DEPEND="${RDEPEND} - virtual/pkgconfig +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig nls? ( sys-devel/gettext )" PATCHES=( "${FILESDIR}"/${PN}-headers.patch )