diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-09-25 12:16:30 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-25 21:06:35 +0200 |
commit | 6aca2001282764b5be086cdce153c34b0643b51a (patch) | |
tree | 5f20f6956eb9540f6e858494357c5b6e754a1c3d /app-vim/merginal | |
parent | app-vim/curcmdmode: EAPI 6 bump. (diff) | |
download | gentoo-6aca2001282764b5be086cdce153c34b0643b51a.tar.gz gentoo-6aca2001282764b5be086cdce153c34b0643b51a.tar.bz2 gentoo-6aca2001282764b5be086cdce153c34b0643b51a.zip |
app-vim/merginal: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/merginal')
-rw-r--r-- | app-vim/merginal/merginal-2.0.2.ebuild | 6 |
1 files 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 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 |