summaryrefslogtreecommitdiff
path: root/app-misc/ranger/ranger-1.9.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-misc/ranger/ranger-1.9.3.ebuild
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-misc/ranger/ranger-1.9.3.ebuild')
-rw-r--r--app-misc/ranger/ranger-1.9.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/ranger/ranger-1.9.3.ebuild b/app-misc/ranger/ranger-1.9.3.ebuild
index caed3a6516e3..2a728ea15449 100644
--- a/app-misc/ranger/ranger-1.9.3.ebuild
+++ b/app-misc/ranger/ranger-1.9.3.ebuild
@@ -2,10 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="ncurses"
-inherit distutils-r1
+inherit distutils-r1 xdg
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ranger/ranger.git"
@@ -32,6 +32,8 @@ src_prepare() {
}
pkg_postinst() {
+ xdg_pkg_postinst
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Ranger has many optional dependencies to support enhanced file previews."
elog "See the README or homepage for more details."