diff options
author | 2014-09-09 16:19:51 +0200 | |
---|---|---|
committer | 2014-09-09 16:19:51 +0200 | |
commit | 167120070a130fd8ac5b91a0f5737815939b38b6 (patch) | |
tree | ba8222685ccfff2486a05fb3123a673453f87d45 /app-emulation/wine | |
parent | wine-1.7.21-r3 - don't pollute system libdirs (diff) | |
download | eroen-167120070a130fd8ac5b91a0f5737815939b38b6.tar.gz eroen-167120070a130fd8ac5b91a0f5737815939b38b6.tar.bz2 eroen-167120070a130fd8ac5b91a0f5737815939b38b6.zip |
wine - eselect something in pkg_postinst
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.7.21-r3.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.7.26-r3.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.7.21-r3.ebuild b/app-emulation/wine/wine-1.7.21-r3.ebuild index 35f6ebe..d6ca1dd 100644 --- a/app-emulation/wine/wine-1.7.21-r3.ebuild +++ b/app-emulation/wine/wine-1.7.21-r3.ebuild @@ -235,7 +235,7 @@ COMMON_DEPEND=" )" RDEPEND="${COMMON_DEPEND} - multislot? ( app-admin/eselect-wine ) + multislot? ( >=app-admin/eselect-wine-0.2 ) !multislot? ( !<${CATEGORY}/${PF} !>${CATEGORY}/${PF} ) dos? ( games-emulation/dosbox ) @@ -525,6 +525,7 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update fdo-mime_desktop_database_update + use multislot && eselect wine update --if-unset } pkg_postrm() { diff --git a/app-emulation/wine/wine-1.7.26-r3.ebuild b/app-emulation/wine/wine-1.7.26-r3.ebuild index 3a03714..6520a71 100644 --- a/app-emulation/wine/wine-1.7.26-r3.ebuild +++ b/app-emulation/wine/wine-1.7.26-r3.ebuild @@ -215,7 +215,7 @@ COMMON_DEPEND=" )" RDEPEND="${COMMON_DEPEND} - multislot? ( app-admin/eselect-wine ) + multislot? ( >=app-admin/eselect-wine-0.2 ) !multislot? ( !<${CATEGORY}/${PF} !>${CATEGORY}/${PF} ) dos? ( games-emulation/dosbox ) @@ -469,6 +469,7 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update fdo-mime_desktop_database_update + use multislot && eselect wine update --if-unset } pkg_postrm() { |