diff options
author | Sam James <sam@gentoo.org> | 2023-10-25 02:32:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-25 02:32:08 +0100 |
commit | 55ba31cc3e54067215017ac2bb5360a7c6a48197 (patch) | |
tree | df0dcc3439eb3ac4ed021b7794142ec69175622c | |
parent | app-vim/bufexplorer: Stabilize 7.4.25 x86, #830866 (diff) | |
download | gentoo-55ba31cc3e54067215017ac2bb5360a7c6a48197.tar.gz gentoo-55ba31cc3e54067215017ac2bb5360a7c6a48197.tar.bz2 gentoo-55ba31cc3e54067215017ac2bb5360a7c6a48197.zip |
app-vim/bufexplorer: Stabilize 7.4.25 amd64, #830866
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild index a7bbd1389d65..eb1fed880037 100644 --- a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild +++ b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild @@ -12,7 +12,7 @@ HOMEPAGE=" SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}-v.${PV}" |