From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D153F59CA4 for ; Sun, 13 Mar 2016 02:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A099121C059; Sun, 13 Mar 2016 02:01:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F8E821C059 for ; Sun, 13 Mar 2016 02:01:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D42133BF54 for ; Sun, 13 Mar 2016 02:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C1792322 for ; Sun, 13 Mar 2016 02:01:46 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457834446.81804c44855487f7c6522fef366122c00bdf4bd1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nginx-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild X-VCS-Directories: app-vim/nginx-syntax/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 81804c44855487f7c6522fef366122c00bdf4bd1 X-VCS-Branch: master Date: Sun, 13 Mar 2016 02:01:46 +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: a12d25f5-c42d-4199-a0cf-14304b5bcf1a X-Archives-Hash: 6289b8457b861509c7fdf1b946202887 commit: 81804c44855487f7c6522fef366122c00bdf4bd1 Author: Tim Harder gentoo org> AuthorDate: Sun Mar 13 02:00:46 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 13 02:00:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81804c44 app-vim/nginx-syntax: stabilize 0.3.3 app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild index 84c8408..fc55228 100644 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild @@ -9,4 +9,4 @@ inherit vim-plugin DESCRIPTION="vim plugin: Nginx configuration files syntax" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" LICENSE="vim" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd"