From 6aca2001282764b5be086cdce153c34b0643b51a Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 25 Sep 2016 12:16:30 +0200 Subject: 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(-) (limited to 'app-vim/merginal') diff --git a/app-vim/merginal/merginal-2.0.2.ebuild b/app-vim/merginal/merginal-2.0.2.ebuild index 522a79798b5e..df7d0025e03d 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 -- cgit v1.2.3-65-gdbad