summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-02-19 18:13:26 +0100
committerUlrich Müller <ulm@gentoo.org>2018-02-19 18:13:26 +0100
commit6aaa75beef369b79a029bd0bfda080015061f16e (patch)
tree8c999557d86f130737c74a81baf18897cb642db4
parentmetadata/layout.conf: Change manifest hashes to BLAKE2B SHA512. (diff)
downloademacs-6aaa75beef369b79a029bd0bfda080015061f16e.tar.gz
emacs-6aaa75beef369b79a029bd0bfda080015061f16e.tar.bz2
emacs-6aaa75beef369b79a029bd0bfda080015061f16e.zip
app-emacs/emacs-common-gentoo: Sync from gentoo repo.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild8
1 files 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
}