summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen <eroen@occam.eroen.eu>2014-09-09 16:19:51 +0200
committereroen <eroen@occam.eroen.eu>2014-09-09 16:19:51 +0200
commit167120070a130fd8ac5b91a0f5737815939b38b6 (patch)
treeba8222685ccfff2486a05fb3123a673453f87d45 /app-emulation/wine
parentwine-1.7.21-r3 - don't pollute system libdirs (diff)
downloaderoen-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.ebuild3
-rw-r--r--app-emulation/wine/wine-1.7.26-r3.ebuild3
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() {