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 C10011382C5 for ; Wed, 18 Apr 2018 14:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09040E08F1; Wed, 18 Apr 2018 14:07:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB929E08F1 for ; Wed, 18 Apr 2018 14:07:04 +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 AB804335C63 for ; Wed, 18 Apr 2018 14:07:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C18B290 for ; Wed, 18 Apr 2018 14:07:02 +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: <1524060135.2254cadb40e8229cc8d9c123b2ecf800e11923d2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-es/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-es/vim-spell-es-20060208-r1.ebuild X-VCS-Directories: app-vim/vim-spell-es/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2254cadb40e8229cc8d9c123b2ecf800e11923d2 X-VCS-Branch: master Date: Wed, 18 Apr 2018 14:07:02 +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: fc1e2a1f-f321-4d2e-8a7f-ab6c41656fc0 X-Archives-Hash: 54570ccb5774943e10ae9a1ba743e48e commit: 2254cadb40e8229cc8d9c123b2ecf800e11923d2 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 18 14:02:15 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Apr 18 14:02:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2254cadb app-vim/vim-spell-es: amd64 stable wrt bug #646596 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/vim-spell-es/vim-spell-es-20060208-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/vim-spell-es/vim-spell-es-20060208-r1.ebuild b/app-vim/vim-spell-es/vim-spell-es-20060208-r1.ebuild index efbae0026c2..c507b93653f 100644 --- a/app-vim/vim-spell-es/vim-spell-es-20060208-r1.ebuild +++ b/app-vim/vim-spell-es/vim-spell-es-20060208-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,5 +8,5 @@ VIM_SPELL_LANGUAGE="Spanish" inherit vim-spell LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"