summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-30 23:55:30 +0100
committerSam James <sam@gentoo.org>2024-04-30 23:55:30 +0100
commit31cabbb3cd09bc6deb51816e2755ae7d1d2613a8 (patch)
tree3075fac7d287a9fec8bd18ad6140a99449813ced
parentsys-power/wluma: install systemd user service (diff)
downloadgentoo-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>
-rw-r--r--app-misc/vifm/vifm-0.13.ebuild4
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"