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 3AD361395E2 for ; Mon, 12 Dec 2016 04:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8615DE0BC9; Mon, 12 Dec 2016 04:15:22 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6640DE0BC9 for ; Mon, 12 Dec 2016 04:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 929DF34112A for ; Mon, 12 Dec 2016 04:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEDDDC78 for ; Mon, 12 Dec 2016 04:15:18 +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: <1481516066.054f4bed6143d1650cbe6929ef79f1dfcd18c458.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/syntastic/syntastic-3.8.0.ebuild X-VCS-Directories: app-vim/syntastic/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 054f4bed6143d1650cbe6929ef79f1dfcd18c458 X-VCS-Branch: master Date: Mon, 12 Dec 2016 04:15:18 +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: cdce8041-8e7b-434e-b4b1-12f9a020b51a X-Archives-Hash: 883be82909d079eadf7e73380edb3c2e commit: 054f4bed6143d1650cbe6929ef79f1dfcd18c458 Author: Tim Harder gentoo org> AuthorDate: Mon Dec 12 04:14:26 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Dec 12 04:14:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054f4bed app-vim/syntastic: stabilize 3.8.0 app-vim/syntastic/syntastic-3.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild index 5e82063..049953a 100644 --- a/app-vim/syntastic/syntastic-3.8.0.ebuild +++ b/app-vim/syntastic/syntastic-3.8.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" else SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="vim plugin: syntax checking using external tools"