summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 10:27:40 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:44:27 +0200
commit98118d0515acc089dde995842a85c00f28baabf2 (patch)
tree984fd1ce4e60d8c23eb24897a8c7fb2bd5dd4e36 /media-sound
parentmedia-sound/drumstick: fdo-mime->xdg-utils (diff)
downloadgentoo-98118d0515acc089dde995842a85c00f28baabf2.tar.gz
gentoo-98118d0515acc089dde995842a85c00f28baabf2.tar.bz2
gentoo-98118d0515acc089dde995842a85c00f28baabf2.zip
media-sound/easytag: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/easytag/easytag-2.1.8.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/easytag/easytag-2.1.8.ebuild b/media-sound/easytag/easytag-2.1.8.ebuild
index fc78c472d7c2..b7b085725ffe 100644
--- a/media-sound/easytag/easytag-2.1.8.ebuild
+++ b/media-sound/easytag/easytag-2.1.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils autotools gnome.org fdo-mime
+inherit eutils autotools gnome.org xdg-utils
DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
HOMEPAGE="https://projects.gnome.org/easytag/"
@@ -55,5 +55,5 @@ src_configure() {
$(use_enable wavpack)
}
-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; }