From 6aaa75beef369b79a029bd0bfda080015061f16e Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 19 Feb 2018 18:13:26 +0100 Subject: app-emacs/emacs-common-gentoo: Sync from gentoo repo. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index 33bd445..b7cc248 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo-r1 user git-r3 +inherit elisp-common eutils xdg-utils gnome2-utils readme.gentoo-r1 user git-r3 DESCRIPTION="Common files needed by all GNU Emacs versions" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" @@ -96,7 +96,7 @@ pkg_preinst() { pkg_postinst() { if use X; then - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update fi readme.gentoo_print_elog @@ -104,7 +104,7 @@ pkg_postinst() { pkg_postrm() { if use X; then - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update fi } -- cgit v1.2.3-18-g5258