summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 10:25:57 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:44:21 +0200
commit99771dc85ad987132069c57fa0a5ca4807380542 (patch)
tree00506ad05326d0a7f7905ed7ad0574390cd16b81 /media-sound/denemo/denemo-1.0.2.ebuild
parentdev-lang/logtalk: fdo-mime->xdg-utils (diff)
downloadgentoo-99771dc85ad987132069c57fa0a5ca4807380542.tar.gz
gentoo-99771dc85ad987132069c57fa0a5ca4807380542.tar.bz2
gentoo-99771dc85ad987132069c57fa0a5ca4807380542.zip
media-sound/denemo: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7874
Diffstat (limited to 'media-sound/denemo/denemo-1.0.2.ebuild')
-rw-r--r--media-sound/denemo/denemo-1.0.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/denemo/denemo-1.0.2.ebuild b/media-sound/denemo/denemo-1.0.2.ebuild
index de6b3f32da22..c502a2cb9016 100644
--- a/media-sound/denemo/denemo-1.0.2.ebuild
+++ b/media-sound/denemo/denemo-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils fdo-mime
+inherit eutils xdg-utils
DESCRIPTION="A music notation editor"
HOMEPAGE="http://www.denemo.org/"
@@ -60,5 +60,5 @@ src_configure() {
--enable-x11
}
-pkg_postinst() { fdo-mime_desktop_database_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; }
+pkg_postinst() { xdg_desktop_database_update; }
+pkg_postrm() { xdg_desktop_database_update; }