diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2015-11-15 17:11:46 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2015-11-15 17:12:40 -0500 |
commit | b730057b51a2d8859820d30eac239dd270d69901 (patch) | |
tree | bdcf0604fccba72ac9bc100572ef9bb014d83267 /app-emulation | |
parent | dev-util/cmake: alpha stable, bug 561620. (diff) | |
download | gentoo-b730057b51a2d8859820d30eac239dd270d69901.tar.gz gentoo-b730057b51a2d8859820d30eac239dd270d69901.tar.bz2 gentoo-b730057b51a2d8859820d30eac239dd270d69901.zip |
app-emulation/wine: Revbump 1.7.54. Fixes bug due to move of .desktop file
Thanks to karolherbst for reporting
Package-Manager: portage-2.2.23
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.7.54-r1.ebuild (renamed from app-emulation/wine/wine-1.7.54.ebuild) | 2 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.7.54.ebuild b/app-emulation/wine/wine-1.7.54-r1.ebuild index ee0841c73378..37b9d26352b3 100644 --- a/app-emulation/wine/wine-1.7.54.ebuild +++ b/app-emulation/wine/wine-1.7.54-r1.ebuild @@ -277,7 +277,7 @@ src_prepare() { fi sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die if ! use run-exes; then - sed -i '/^MimeType/d' tools/wine.desktop || die #117785 + sed -i '/^MimeType/d' loader/wine.desktop || die #117785 fi # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index ee0841c73378..37b9d26352b3 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -277,7 +277,7 @@ src_prepare() { fi sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die if ! use run-exes; then - sed -i '/^MimeType/d' tools/wine.desktop || die #117785 + sed -i '/^MimeType/d' loader/wine.desktop || die #117785 fi # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652 |