commit:     7d275ecc851e8c16075546754a6d1d54daf2d6cd
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 12:49:15 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 12:51:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d275ecc

sci-electronics/gerbv: Add missing gnome2_icon_cache_update

Additional migrate to xdg-utils
Thanks for reporting jstein.

CLoses: https://bugs.gentoo.org/642468
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/gerbv/gerbv-2.6.1.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/gerbv/gerbv-2.6.1.ebuild 
b/sci-electronics/gerbv/gerbv-2.6.1.ebuild
index 533305d55d4..87f4879d834 100644
--- a/sci-electronics/gerbv/gerbv-2.6.1.ebuild
+++ b/sci-electronics/gerbv/gerbv-2.6.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-inherit autotools eutils fdo-mime
+inherit autotools eutils gnome2-utils xdg-utils
 
 DESCRIPTION="A RS-274X (Gerber) and NC drill (Excellon) file viewer"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -57,9 +57,11 @@ src_install () {
 }
 
 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
 }

Reply via email to