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 0569A158003 for ; Sun, 4 Dec 2022 15:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A144E0845; Sun, 4 Dec 2022 15:59:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E45B0E0845 for ; Sun, 4 Dec 2022 15:59:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC9753410E8 for ; Sun, 4 Dec 2022 15:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7397CD for ; Sun, 4 Dec 2022 15:59:47 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1670169534.c8ebc68f3eb65e50473680c5021522b7868277d8.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-naist-jdic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild X-VCS-Directories: app-dicts/mecab-naist-jdic/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: c8ebc68f3eb65e50473680c5021522b7868277d8 X-VCS-Branch: master Date: Sun, 4 Dec 2022 15:59: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: 25419c37-7dac-4d2e-89f1-bebdc8546ec1 X-Archives-Hash: a181d73a95b79a6a1645a80883b1e305 commit: c8ebc68f3eb65e50473680c5021522b7868277d8 Author: WANG Xuerui gentoo org> AuthorDate: Sun Dec 4 15:23:46 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Dec 4 15:58:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ebc68f app-dicts/mecab-naist-jdic: keyword 0.6.3b_p20111013 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild index 39e48f5ef3b3..5c15498bfdd2 100644 --- a/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild +++ b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/${PN#*-}/53500/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="~amd64 ~loong ~riscv ~x86" IUSE="unicode" DEPEND="app-text/mecab[unicode=]"