commit: d2baa2c30d7cbc861c1e92061e657f5724d77a0c Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Oct 27 21:58:06 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 21:58:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2baa2c3
app-vim/easy-align: Stable for amd64+x86. Package-Manager: portage-2.3.0 app-vim/easy-align/easy-align-2.10.0.ebuild | 6 +++--- 1 file 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 3957f05..f241fd2 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 }
