Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
Date: Sat, 28 Sep 2019 04:02:11
Message-Id: 1569643248.db9639ea7aed8f453b6ce799ec2129932052803f.radhermit@gentoo
1 commit: db9639ea7aed8f453b6ce799ec2129932052803f
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 04:00:48 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 04:00:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9639ea
7
8 app-vim/syntastic: stabilize 3.9.0
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-vim/syntastic/syntastic-3.9.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild
16 index 80225618fcf..df6c6fa1d27 100644
17 --- a/app-vim/syntastic/syntastic-3.9.0.ebuild
18 +++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
20 EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
21 else
22 SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 x86"
25 fi
26
27 DESCRIPTION="vim plugin: syntax checking using external tools"