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 6100D1382C5 for ; Wed, 18 Apr 2018 14:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEF6FE0909; 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 AB3C2E08F4 for ; Wed, 18 Apr 2018 14:07:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A94C5335C78 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 A04CC297 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: <1524060332.a15d7e11b22204fcba82a4de0cec07ed68c8ff90.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-pt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-pt/vim-spell-pt-20100312-r1.ebuild X-VCS-Directories: app-vim/vim-spell-pt/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a15d7e11b22204fcba82a4de0cec07ed68c8ff90 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: b6b9086b-7350-47d8-b9a9-e6b1dc2277ff X-Archives-Hash: bc1af24116c34b9f284af1a50dd49536 commit: a15d7e11b22204fcba82a4de0cec07ed68c8ff90 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 18 14:05:32 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Apr 18 14:05:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15d7e11 app-vim/vim-spell-pt: amd64 stable wrt bug #646596 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/vim-spell-pt/vim-spell-pt-20100312-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/vim-spell-pt/vim-spell-pt-20100312-r1.ebuild b/app-vim/vim-spell-pt/vim-spell-pt-20100312-r1.ebuild index 40eb7401016..bcc101de43e 100644 --- a/app-vim/vim-spell-pt/vim-spell-pt-20100312-r1.ebuild +++ b/app-vim/vim-spell-pt/vim-spell-pt-20100312-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="Portuguese" inherit vim-spell LICENSE="GPL-2 LGPL-2.1 MPL-1.1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"