summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-09-13 17:08:23 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2017-09-13 17:08:23 -0400
commit3b8d817e0c05ce287dc6c7504abf14cfc0fd2d13 (patch)
treea6b041d2685659add4bd0e4d9fd0e02ca909283d /app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
parentapp-emulation/wine-staging: Fix xdg-utils.eclass migration (diff)
downloadgentoo-3b8d817e0c05ce287dc6c7504abf14cfc0fd2d13.tar.gz
gentoo-3b8d817e0c05ce287dc6c7504abf14cfc0fd2d13.tar.bz2
gentoo-3b8d817e0c05ce287dc6c7504abf14cfc0fd2d13.zip
app-emulation/wine-d3d9: Fix xdg-utils.eclass migration
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-emulation/wine-d3d9/wine-d3d9-9999.ebuild')
-rw-r--r--app-emulation/wine-d3d9/wine-d3d9-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
index f9a51eb8db44..97ddaf4c3b0e 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW"
PLOCALE_BACKUP="en"
-inherit autotools eutils xdg-utils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator
+inherit autotools eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
MY_PN="${PN%%-*}"
MY_P="${MY_PN}-${PV}"
@@ -517,7 +517,7 @@ pkg_postinst() {
eselect wine update --all --if-unset || die
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
if ! use gecko; then
ewarn "Without Wine Gecko, wine prefixes will not have a default"
@@ -547,5 +547,5 @@ pkg_prerm() {
}
pkg_postrm() {
- fdo-xdg_desktop_database_update
+ xdg_desktop_database_update
}