commit: 6aca2001282764b5be086cdce153c34b0643b51a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 10:16:30 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 19:06:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aca2001
app-vim/merginal: Stable for amd64. Retroactively mark stable for the remaining
arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
app-vim/merginal/merginal-2.0.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-vim/merginal/merginal-2.0.2.ebuild
b/app-vim/merginal/merginal-2.0.2.ebuild
index 522a797..df7d002 100644
--- a/app-vim/merginal/merginal-2.0.2.ebuild
+++ b/app-vim/merginal/merginal-2.0.2.ebuild
@@ -9,17 +9,17 @@ inherit vim-plugin
MY_PN=vim-${PN}
MY_P=${MY_PN}-${PV}
-DESCRIPTION="fugitive extension to manage and merge git branches"
+DESCRIPTION="vim script: fugitive extension to manage and merge git branches"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955
https://github.com/idanarye/vim-merginal/"
SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="app-vim/fugitive"
VIM_PLUGIN_HELPFILES="${PN}"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
src_prepare() {
rm README.md || die