diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-27 23:58:06 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-27 23:58:06 +0200 |
commit | d2baa2c30d7cbc861c1e92061e657f5724d77a0c (patch) | |
tree | e39ff5cd409850ca2234a9885f1c833b6d0857fe /app-vim/easy-align | |
parent | dev-util/cucumber: remove unused patch. (diff) | |
download | gentoo-d2baa2c30d7cbc861c1e92061e657f5724d77a0c.tar.gz gentoo-d2baa2c30d7cbc861c1e92061e657f5724d77a0c.tar.bz2 gentoo-d2baa2c30d7cbc861c1e92061e657f5724d77a0c.zip |
app-vim/easy-align: Stable for amd64+x86.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim/easy-align')
-rw-r--r-- | app-vim/easy-align/easy-align-2.10.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild b/app-vim/easy-align/easy-align-2.10.0.ebuild index 3957f053ebd7..f241fd2e67d0 100644 --- a/app-vim/easy-align/easy-align-2.10.0.ebuild +++ b/app-vim/easy-align/easy-align-2.10.0.ebuild @@ -13,12 +13,12 @@ DESCRIPTION="vim plugin: a simple alignment plugin" HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520" SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}" -S=${WORKDIR}/${MY_PN}-${PV} +S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { - rmdir test || die + rm -rv test || die } |