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 785B31382C5 for ; Wed, 18 Apr 2018 14:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94473E0905; Wed, 18 Apr 2018 14:07:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 70943E08F4 for ; Wed, 18 Apr 2018 14:07:06 +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 44A0F335C76 for ; Wed, 18 Apr 2018 14:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42998292 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: <1524060197.78ac0534fc64a28911126de5b9fdaa10b277bb13.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-fr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild X-VCS-Directories: app-vim/vim-spell-fr/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 78ac0534fc64a28911126de5b9fdaa10b277bb13 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: d8f9c39c-d199-4c90-877e-61fea35292fb X-Archives-Hash: c27a73c28e2fc9eae7000a30324749fc commit: 78ac0534fc64a28911126de5b9fdaa10b277bb13 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 18 14:03:17 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Apr 18 14:03:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ac0534 app-vim/vim-spell-fr: amd64 stable wrt bug #646596 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild b/app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild index 73fc4dce0e2..20b8e6c883f 100644 --- a/app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild +++ b/app-vim/vim-spell-fr/vim-spell-fr-20060121-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="French" inherit vim-spell LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"