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 1728B158013 for ; Sun, 26 Sep 2021 05:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C308E0993; Sun, 26 Sep 2021 05:02:01 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56D1AE0999 for ; Sun, 26 Sep 2021 05:02:01 +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 43B1A342FB3 for ; Sun, 26 Sep 2021 05:02:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D075E148 for ; Sun, 26 Sep 2021 05:01:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632632497.2492d0e3562233223de09b2069c9e3509815b2da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/nkf/nkf-2.1.5.ebuild X-VCS-Directories: app-i18n/nkf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2492d0e3562233223de09b2069c9e3509815b2da X-VCS-Branch: master Date: Sun, 26 Sep 2021 05:01:56 +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: 13f0e06b-a388-4088-b8f4-4241141dba22 X-Archives-Hash: 5348376fdd691fc99367178a6dc82faa commit: 2492d0e3562233223de09b2069c9e3509815b2da Author: Sam James gentoo org> AuthorDate: Sun Sep 26 05:01:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 26 05:01:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2492d0e3 app-i18n/nkf: Stabilize 2.1.5 sparc, #814869 Signed-off-by: Sam James gentoo.org> app-i18n/nkf/nkf-2.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/nkf/nkf-2.1.5.ebuild b/app-i18n/nkf/nkf-2.1.5.ebuild index 01285ea29ca..3a2cebad7c7 100644 --- a/app-i18n/nkf/nkf-2.1.5.ebuild +++ b/app-i18n/nkf/nkf-2.1.5.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/70406/${P}.tar.gz LICENSE="ZLIB python? ( BSD )" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86" IUSE="perl python l10n_ja" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"