diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 08:59:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 08:59:25 +0100 |
commit | f1c2464d43816b24301556fda1d5879713f2f35b (patch) | |
tree | 76eaf379eba645a1baac65178c9de8921406cc60 /app-misc | |
parent | net-dns/dnsdist: add 1.9.7 (diff) | |
download | gentoo-f1c2464d43816b24301556fda1d5879713f2f35b.tar.gz gentoo-f1c2464d43816b24301556fda1d5879713f2f35b.tar.bz2 gentoo-f1c2464d43816b24301556fda1d5879713f2f35b.zip |
app-misc/vifm: Stabilize 0.13-r1 x86, #940925
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/vifm/vifm-0.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/vifm/vifm-0.13-r1.ebuild b/app-misc/vifm/vifm-0.13-r1.ebuild index 524072b9c243..c8f04ada32ed 100644 --- a/app-misc/vifm/vifm-0.13-r1.ebuild +++ b/app-misc/vifm/vifm-0.13-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/vifm/vifm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc x86" fi LICENSE="GPL-2" |