logo

overlay

My (experimental) gentoo overlay
commit: f3e3327ed589125cfe14ff4a65058bedcb28a1c7
parent: 791a18ea43e708996d07def98d77edce7a629da9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 Mar 2019 01:51:26 +0100

app-editors/vim: Works on x86 and amd64

Diffstat:

Mapp-editors/vim/vim-1.24.ebuild1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app-editors/vim/vim-1.24.ebuild b/app-editors/vim/vim-1.24.ebuild @@ -10,6 +10,7 @@ DESCRIPTION="Vi IMitation" HOMEPAGE="https://www.vim.org/ https://ftp.nluug.nl/pub/vim/old/" SRC_URI="https://ftp.nluug.nl/pub/vim/old/${P}.tar.gz" SLOT="${PV}" +KEYWORDS="~x86 ~amd64" S="${WORKDIR}/${P}/src"