diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-12-26 22:19:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-12-26 22:19:44 +0000 |
commit | b00de4729a8e5c6ffa2d2f9b11e7d638fcc387c4 (patch) | |
tree | 61fc95ce927e9827c5809f14a1d30c266ba6e8b2 /app-emulation/wine/wine-1.4.ebuild | |
parent | marked x86 per bug 442314 (diff) | |
download | gentoo-2-b00de4729a8e5c6ffa2d2f9b11e7d638fcc387c4.tar.gz gentoo-2-b00de4729a8e5c6ffa2d2f9b11e7d638fcc387c4.tar.bz2 gentoo-2-b00de4729a8e5c6ffa2d2f9b11e7d638fcc387c4.zip |
Change USE=hardened to USE=prelink #381033.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-emulation/wine/wine-1.4.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.4.ebuild b/app-emulation/wine/wine-1.4.ebuild index 7d1c8016dc59..e41e7dbaae03 100644 --- a/app-emulation/wine/wine-1.4.ebuild +++ b/app-emulation/wine/wine-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.11 2012/10/26 16:46:37 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.12 2012/12/26 22:19:44 vapier Exp $ EAPI="4" @@ -29,7 +29,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" REQUIRED_USE="elibc_glibc? ( threads )" #286560 RESTRICT="test" #72375 @@ -100,7 +100,7 @@ DEPEND="${RDEPEND} x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) - !hardened? ( sys-devel/prelink ) + prelink? ( sys-devel/prelink ) virtual/pkgconfig virtual/yacc sys-devel/flex" |