diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-13 03:03:44 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-13 03:03:44 +0000 |
commit | 0bc9c8de8a99a24d16a44218a886b42afaabecc3 (patch) | |
tree | 9868eab1de712c1c47481465bd38563b409fd28b /app-emulation | |
parent | Whitespace (diff) | |
download | gentoo-2-0bc9c8de8a99a24d16a44218a886b42afaabecc3.tar.gz gentoo-2-0bc9c8de8a99a24d16a44218a886b42afaabecc3.tar.bz2 gentoo-2-0bc9c8de8a99a24d16a44218a886b42afaabecc3.zip |
libSM and libICE not needed for >=1.7.2 (bug #483984, thanks to Rafał Mużyło).
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 08eb9acaa0d0..f86c28741e3e 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.478 2013/09/12 02:38:44 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.479 2013/09/13 03:03:44 tetromino Exp $ + + 13 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-9999.ebuild: + libSM and libICE not needed for >=1.7.2 (bug #483984, thanks to Rafał + Mużyło). 12 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-9999.ebuild, +files/wine-1.7.2-osmesa-check.patch: diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 0ed8d91f343c..1c219e268b78 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.152 2013/09/12 02:38:44 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.153 2013/09/13 03:03:44 tetromino Exp $ EAPI="5" @@ -61,8 +61,6 @@ NATIVE_DEPEND=" openal? ( media-libs/openal:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( - x11-libs/libICE - x11-libs/libSM x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr |