summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-physics/root/root-5.34.36.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-physics/root/root-5.34.36.ebuild b/sci-physics/root/root-5.34.36.ebuild
index 86b4a8feaaa8..3651637f2f53 100644
--- a/sci-physics/root/root-5.34.36.ebuild
+++ b/sci-physics/root/root-5.34.36.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,8 +13,8 @@ fi
PYTHON_COMPAT=( python2_7 )
-inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 \
- toolchain-funcs user versionator prefix
+inherit elisp-common eutils fortran-2 multilib prefix python-single-r1 \
+ toolchain-funcs user versionator xdg-utils
DESCRIPTION="C++ data analysis framework and interpreter from CERN"
HOMEPAGE="https://root.cern.ch"
@@ -433,9 +433,9 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}