commit: 7643aa20d171b00ca07051213913f3dafd51fa06 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Thu Dec 14 16:12:36 2017 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Fri Dec 15 11:56:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7643aa20
sci-physics/root-5.34.36: move from fdo-mime to xdg-utils Package-Manager: Portage-2.3.18, Repoman-2.3.6 sci-physics/root/root-5.34.36.ebuild | 10 +++++----- 1 file 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 86b4a8feaaa..3651637f2f5 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 }
