diff options
author | Sam James <sam@gentoo.org> | 2024-04-30 23:55:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-30 23:55:30 +0100 |
commit | 31cabbb3cd09bc6deb51816e2755ae7d1d2613a8 (patch) | |
tree | 3075fac7d287a9fec8bd18ad6140a99449813ced /app-misc/vifm | |
parent | sys-power/wluma: install systemd user service (diff) | |
download | gentoo-31cabbb3cd09bc6deb51816e2755ae7d1d2613a8.tar.gz gentoo-31cabbb3cd09bc6deb51816e2755ae7d1d2613a8.tar.bz2 gentoo-31cabbb3cd09bc6deb51816e2755ae7d1d2613a8.zip |
app-misc/vifm: Stabilize 0.13 ppc, #930990
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/vifm')
-rw-r--r-- | app-misc/vifm/vifm-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/vifm/vifm-0.13.ebuild b/app-misc/vifm/vifm-0.13.ebuild index 760751eb0f82..d830fcc63ae3 100644 --- a/app-misc/vifm/vifm-0.13.ebuild +++ b/app-misc/vifm/vifm-0.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |