diff options
-rw-r--r-- | app-vim/vim-autoclose/vim-autoclose-2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild index ee659be9e20f..b831f463e574 100644 --- a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild +++ b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=6 inherit vim-plugin @@ -8,7 +9,7 @@ DESCRIPTION="vim plugin: open-close pair of characters" HOMEPAGE="https://github.com/Townk/vim-autoclose" SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" src_unpack() { default |