diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 13:53:25 -0500 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-10 11:22:42 +0200 |
commit | fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c (patch) | |
tree | 8b87fd150d451ac098b28a5620609d2f8c80dc56 /sci-electronics/qelectrotech | |
parent | media-gfx/nomacs: fdo-mime->xdg-utils (diff) | |
download | gentoo-fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c.tar.gz gentoo-fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c.tar.bz2 gentoo-fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c.zip |
sci-electronics/qelectrotech: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sci-electronics/qelectrotech')
-rw-r--r-- | sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 8 | ||||
-rw-r--r-- | sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild index f4a12a6db4a9..00df22dc4c3f 100644 --- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild @@ -1,9 +1,9 @@ -# 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 fdo-mime gnome2-utils qmake-utils +inherit eutils gnome2-utils qmake-utils xdg-utils MY_P=${PN}-${PV%0}-src @@ -57,11 +57,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild index 9d2fe1672d89..471a94431395 100644 --- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild @@ -1,9 +1,9 @@ -# 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 fdo-mime gnome2-utils qmake-utils subversion +inherit eutils gnome2-utils qmake-utils subversion xdg-utils MY_P=${PN}-${PV%0}-src @@ -57,11 +57,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } |