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 65F49138334 for ; Thu, 15 Nov 2018 13:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45CA9E0A8E; Thu, 15 Nov 2018 13:20:19 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17D5AE0A8E for ; Thu, 15 Nov 2018 13:20:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 32CC7335C47 for ; Thu, 15 Nov 2018 13:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94EE445D for ; Thu, 15 Nov 2018 13:20:04 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1542287987.496c40fddbf35e70ed3a05f0a271ff4e87e1f266.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/hunspell/hunspell-1.6.2-r1.ebuild X-VCS-Directories: app-text/hunspell/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 496c40fddbf35e70ed3a05f0a271ff4e87e1f266 X-VCS-Branch: master Date: Thu, 15 Nov 2018 13:20:04 +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-Archives-Salt: 787ecce2-a708-4bbb-8feb-a5333ff234ef X-Archives-Hash: 543870809cac85715be80a46c23ce923 commit: 496c40fddbf35e70ed3a05f0a271ff4e87e1f266 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Nov 15 13:19:47 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Nov 15 13:19:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496c40fd app-text/hunspell: amd64 stable wrt bug #671066 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/hunspell/hunspell-1.6.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/hunspell/hunspell-1.6.2-r1.ebuild b/app-text/hunspell/hunspell-1.6.2-r1.ebuild index 257fddabc45..e71b19fb5b0 100644 --- a/app-text/hunspell/hunspell-1.6.2-r1.ebuild +++ b/app-text/hunspell/hunspell-1.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/hunspell" SLOT="0/$(get_version_component_range 1-2)" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline static-libs" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" RDEPEND=" ncurses? ( sys-libs/ncurses:0= )