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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06F47158086 for ; Mon, 29 Nov 2021 13:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47B732BC032; Mon, 29 Nov 2021 13:31:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27BBB2BC032 for ; Mon, 29 Nov 2021 13:31:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28FD9342B3D for ; Mon, 29 Nov 2021 13:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E2411C1 for ; Mon, 29 Nov 2021 13:31:47 +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: <1638192701.802fc910a7aa0a327b95a14bd078983c42e86ff4.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild X-VCS-Directories: app-i18n/ibus-anthy/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 802fc910a7aa0a327b95a14bd078983c42e86ff4 X-VCS-Branch: master Date: Mon, 29 Nov 2021 13:31:47 +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: 2db4a086-2c44-4e2d-a4e2-5fa7b7efeb88 X-Archives-Hash: b4672245f15e73d502d3a8f78828bda7 commit: 802fc910a7aa0a327b95a14bd078983c42e86ff4 Author: Akinori Hattori gentoo org> AuthorDate: Mon Nov 29 13:30:27 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Nov 29 13:31:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802fc910 app-i18n/ibus-anthy: amd64/x86 stable Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild index b74c9f0cf162..308e6241c021 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - +EAPI="7" PYTHON_COMPAT=( python3_{8..10} ) inherit autotools gnome2-utils python-single-r1 xdg @@ -13,7 +12,7 @@ SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="nls" REQUIRED_USE="${PYTHON_REQUIRED_USE}"