diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 09:17:09 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 22:37:11 +0200 |
commit | 6bee8b57088ffdb217f9f1fd7224dce0781ade8f (patch) | |
tree | 5168bf518891dfd6359779772f48613815f1dfe0 /app-text | |
parent | app-text/pdfshuffler: fdo-mime->xdg-utils (diff) | |
download | gentoo-6bee8b57088ffdb217f9f1fd7224dce0781ade8f.tar.gz gentoo-6bee8b57088ffdb217f9f1fd7224dce0781ade8f.tar.bz2 gentoo-6bee8b57088ffdb217f9f1fd7224dce0781ade8f.zip |
app-text/winefish: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/winefish/winefish-1.3.3-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild index 95b899b38b91..2c873d65af7f 100644 --- a/app-text/winefish/winefish-1.3.3-r2.ebuild +++ b/app-text/winefish/winefish-1.3.3-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils fdo-mime +inherit autotools eutils xdg-utils MY_PV=${PV/%[[:alpha:]]/} @@ -48,6 +48,6 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } |