diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 03:52:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 03:52:33 +0000 |
commit | 7a171d3dea0bf7f45240701b8224f42bd86ee28f (patch) | |
tree | e3fabf5766070293a833fb50c338e7eb0ec83183 /app-emulation/wine-any/wine-any-3.13-r1.ebuild | |
parent | app-emulation/wine-vanilla: [QA] drop (very) stale GCC version checks (diff) | |
download | wine-7a171d3dea0bf7f45240701b8224f42bd86ee28f.tar.gz wine-7a171d3dea0bf7f45240701b8224f42bd86ee28f.tar.bz2 wine-7a171d3dea0bf7f45240701b8224f42bd86ee28f.zip |
app-emulation/wine-any: drop prelink
Removed from ::gentoo and newer glibcs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/wine-any/wine-any-3.13-r1.ebuild')
-rw-r--r-- | app-emulation/wine-any/wine-any-3.13-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/wine-any/wine-any-3.13-r1.ebuild b/app-emulation/wine-any/wine-any-3.13-r1.ebuild index af72f52..2ef7a0c 100644 --- a/app-emulation/wine-any/wine-any-3.13-r1.ebuild +++ b/app-emulation/wine-any/wine-any-3.13-r1.ebuild @@ -48,7 +48,7 @@ fi LICENSE="LGPL-2.1" SLOT="${PV}" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos ffmpeg +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml" +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos ffmpeg +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) @@ -158,7 +158,6 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig virtual/yacc X? ( x11-base/xorg-proto ) - prelink? ( sys-devel/prelink ) staging? ( dev-lang/perl dev-perl/XML-Simple |