summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-11-04 20:58:54 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-11-04 21:16:33 -0500
commite0263b71a4ebcbd6c3a9e1f1c8fb85f846de5603 (patch)
treee4f29f0a2cf0e2aec2ac78960ab15e41396de708 /app-misc/ranger
parentprofiles/prefix/{darwin,sunos}: inherit the wd40 profile feature (diff)
downloadgentoo-e0263b71a4ebcbd6c3a9e1f1c8fb85f846de5603.tar.gz
gentoo-e0263b71a4ebcbd6c3a9e1f1c8fb85f846de5603.tar.bz2
gentoo-e0263b71a4ebcbd6c3a9e1f1c8fb85f846de5603.zip
app-misc/ranger: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-misc/ranger')
-rw-r--r--app-misc/ranger/ranger-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-misc/ranger/ranger-9999.ebuild b/app-misc/ranger/ranger-9999.ebuild
index 2ccc39445f4c..d89678b78bca 100644
--- a/app-misc/ranger/ranger-9999.ebuild
+++ b/app-misc/ranger/ranger-9999.ebuild
@@ -13,8 +13,11 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ranger/ranger.git"
else
- SRC_URI="https://github.com/ranger/ranger/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+ SRC_URI="
+ https://github.com/ranger/ranger/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+ "
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
fi
DESCRIPTION="Vim-inspired file manager for the console"