summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-09-01 14:38:32 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-09-01 14:38:32 +0000
commit46b03e0ab66e9bc7604f93184ed73d524a668682 (patch)
tree72c90c6f61d26c56214edc11b850011d40f5ebd9 /app-emulation/wine/wine-9999.ebuild
parentCONFIG_AUDITSYSCALL=y is not implemented, bug #438368 (diff)
downloadgentoo-2-46b03e0ab66e9bc7604f93184ed73d524a668682.tar.gz
gentoo-2-46b03e0ab66e9bc7604f93184ed73d524a668682.tar.bz2
gentoo-2-46b03e0ab66e9bc7604f93184ed73d524a668682.zip
Do not pull in corefonts when USE=truetype; users who need the original corefonts instead of Wine's version can use winetricks (bug #481122, thanks to Luke-Jr). Do not depend on libXmu (not needed), but do depend on libSM and libICE (pulled in due to AC_PATH_XTRA silliness) (bug #483252, 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/wine/wine-9999.ebuild')
-rw-r--r--app-emulation/wine/wine-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 8918bedd0399..1a4cb2263047 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.149 2013/08/05 09:31:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.150 2013/09/01 14:38:32 tetromino Exp $
EAPI="5"
@@ -61,11 +61,12 @@ 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
x11-libs/libXi
- x11-libs/libXmu
x11-libs/libXxf86vm
)
xinerama? ( x11-libs/libXinerama )
@@ -123,7 +124,6 @@ RDEPEND="${COMMON_DEPEND}
perl? ( dev-lang/perl dev-perl/XML-Simple )
samba? ( >=net-fs/samba-3.0.25 )
selinux? ( sec-policy/selinux-wine )
- truetype? ( media-fonts/corefonts )
udisks? ( sys-fs/udisks:2 )"
[[ ${PV} == "9999" ]] || RDEPEND="${RDEPEND}
pulseaudio? ( sys-auth/rtkit )"