diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:49 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:49 +0200 |
commit | 7da05e10bd0ebf366910dcdc841b509500f71645 (patch) | |
tree | 442a36db346fcbb94b1323bb5df6113c6f04bed2 /app-vim/merginal | |
parent | app-vim/gnupg: Stabilize 2.7.1 amd64, #849197 (diff) | |
download | gentoo-7da05e10bd0ebf366910dcdc841b509500f71645.tar.gz gentoo-7da05e10bd0ebf366910dcdc841b509500f71645.tar.bz2 gentoo-7da05e10bd0ebf366910dcdc841b509500f71645.zip |
app-vim/merginal: Stabilize 2.1.2 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-vim/merginal')
-rw-r--r-- | app-vim/merginal/merginal-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/merginal/merginal-2.1.2.ebuild b/app-vim/merginal/merginal-2.1.2.ebuild index ddf93439f4e2..b8ced57b1e0e 100644 --- a/app-vim/merginal/merginal-2.1.2.ebuild +++ b/app-vim/merginal/merginal-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${MY_P}" fi |