diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-20 19:23:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-20 19:23:56 +0000 |
commit | 9fcc20675bbbf61a5cf4a6fa2391d0ec13a22151 (patch) | |
tree | 9cfaef6cc8ef460371fca46a57a57190de5bf1df /app-emulation/wine/wine-1.3.4.ebuild | |
parent | Depend on virtual/yacc instead of bison. (diff) | |
download | gentoo-2-9fcc20675bbbf61a5cf4a6fa2391d0ec13a22151.tar.gz gentoo-2-9fcc20675bbbf61a5cf4a6fa2391d0ec13a22151.tar.bz2 gentoo-2-9fcc20675bbbf61a5cf4a6fa2391d0ec13a22151.zip |
Pull in prelink at build time since wingecc invokes it directly to muck with ELF base addresses #379801 by Bartosz Brachaczek.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-emulation/wine/wine-1.3.4.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.4.ebuild b/app-emulation/wine/wine-1.3.4.ebuild index f8ea3c774086..5d08c3c155ae 100644 --- a/app-emulation/wine/wine-1.3.4.ebuild +++ b/app-emulation/wine/wine-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.10 2011/08/20 19:19:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.11 2011/08/20 19:23:56 vapier Exp $ EAPI="2" @@ -33,7 +33,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 MLIB_DEPS="amd64? ( @@ -96,6 +96,7 @@ DEPEND="${RDEPEND} x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) + !hardened? ( sys-devel/prelink ) virtual/yacc sys-devel/flex" |