diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-12-14 17:12:36 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-12-15 12:56:12 +0100 |
commit | 7643aa20d171b00ca07051213913f3dafd51fa06 (patch) | |
tree | 8f8c657f85a90a71d713520b8f1e54e6f59d687f | |
parent | sci-physics/root: drop old 6.04.06 version (diff) | |
download | gentoo-7643aa20d171b00ca07051213913f3dafd51fa06.tar.gz gentoo-7643aa20d171b00ca07051213913f3dafd51fa06.tar.bz2 gentoo-7643aa20d171b00ca07051213913f3dafd51fa06.zip |
sci-physics/root-5.34.36: move from fdo-mime to xdg-utils
Package-Manager: Portage-2.3.18, Repoman-2.3.6
-rw-r--r-- | sci-physics/root/root-5.34.36.ebuild | 10 |
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 } |