app-vim/gitv: stable for amd64+x86.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 2 Nov 2017 22:56:52 +0000 (23:56 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 3 Nov 2017 20:17:49 +0000 (21:17 +0100)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

app-vim/gitv/gitv-1.3.1.ebuild

index a772cbef62f214fd157a6ecb0cc7c779e31ef6e9..32b603a8c9211c1a0e623141eadd4636ee8c22eb 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit vim-plugin
 
 if [[ ${PV} == 9999 ]]; then
@@ -9,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/gregsexton/gitv.git"
 else
        SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86 ~ppc-macos"
+       KEYWORDS="amd64 x86 ~ppc-macos"
 fi
 
 DESCRIPTION="vim plugin: gitk for vim"
@@ -18,7 +19,8 @@ LICENSE="vim"
 
 VIM_PLUGIN_HELPFILES="gitv"
 
-RDEPEND="dev-vcs/git
+RDEPEND="
+       dev-vcs/git
        app-vim/fugitive"
 
 src_prepare() {