diff options
author | Sam James <sam@gentoo.org> | 2023-10-25 02:32:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-25 02:32:06 +0100 |
commit | 84ecd66b1754236ac52da432112a3f33b305337d (patch) | |
tree | 3572fbb5ff6f54eb0099c2c959efe59227344695 /app-vim | |
parent | media-video/pipewire: backport recommended upstream patches to 0.3.83 (diff) | |
download | gentoo-84ecd66b1754236ac52da432112a3f33b305337d.tar.gz gentoo-84ecd66b1754236ac52da432112a3f33b305337d.tar.bz2 gentoo-84ecd66b1754236ac52da432112a3f33b305337d.zip |
app-vim/bufexplorer: Stabilize 7.4.25 x86, #830866
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-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 a16466d00d83..a7bbd1389d65 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}" |