logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 1715d2d2ace25b7cd4c921d659a26a41b1dfd771
parent 8a18c578a2ae471124ef19aea6b2e7f3020bd0c1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 28 Aug 2024 04:27:48 +0200

app-editors/vim: fix variable order

Diffstat:

Mapp-editors/vim/vim-1.24-r1.ebuild6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vim/vim-1.24-r1.ebuild b/app-editors/vim/vim-1.24-r1.ebuild @@ -9,11 +9,11 @@ EAPI=8 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="~amd64 ~x86" +S="${WORKDIR}/${P}/src" LICENSE="public-domain" +SLOT="${PV}" -S="${WORKDIR}/${P}/src" +KEYWORDS="~amd64 ~x86" src_prepare() { default