diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-27 09:28:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-27 09:28:43 +0000 |
commit | 4394eeefc9c46469ea76c8ebb90cfee63e98ddd6 (patch) | |
tree | 05defc219571514f47fd5adb176f15072d209051 /app-emulation/wine | |
parent | Stable on ppc64; bug #138151 (diff) | |
download | gentoo-2-4394eeefc9c46469ea76c8ebb90cfee63e98ddd6.tar.gz gentoo-2-4394eeefc9c46469ea76c8ebb90cfee63e98ddd6.tar.bz2 gentoo-2-4394eeefc9c46469ea76c8ebb90cfee63e98ddd6.zip |
Force truetype support since users dont know what a fontless wine actually means (it's useless) #137788.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.16.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 707249e2db1a..d859f27e6ded 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.147 2006/06/27 09:21:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.148 2006/06/27 09:28:43 vapier Exp $ + + 27 Jun 2006; Mike Frysinger <vapier@gentoo.org> wine-0.9.16.ebuild: + Force truetype support since users dont know what a fontless wine actually + means (it's useless) #137788. *wine-0.9.16 (27 Jun 2006) diff --git a/app-emulation/wine/wine-0.9.16.ebuild b/app-emulation/wine/wine-0.9.16.ebuild index ce85d3711b51..24e7c4774056 100644 --- a/app-emulation/wine/wine-0.9.16.ebuild +++ b/app-emulation/wine/wine-0.9.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild,v 1.1 2006/06/27 09:21:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild,v 1.2 2006/06/27 09:28:43 vapier Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X" +IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner xml X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -39,7 +39,6 @@ RDEPEND=">=media-libs/freetype-2.0.0 glut? ( virtual/glut ) lcms? ( media-libs/lcms ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) - truetype? ( media-libs/freetype ) >=media-gfx/fontforge-20060406 scanner? ( media-gfx/sane-backends ) amd64? ( @@ -96,7 +95,6 @@ src_compile() { config_cache jpeg jpeglib.h config_cache oss sys/soundcard.h machine/soundcard.h soundcard.h config_cache lcms lcms.h - use x86 && config_cache truetype freetype:FT_Init_FreeType strip-flags |