commit:     97612f4ba21b8745cf7067e8b60c858f8438a1ad
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 22:08:54 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 22:09:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97612f4b

net-misc/freerdp: drop cpu_flags_x86_ssse3

FreeRDP now does runtime detection correctly, so we don't need to toggle
it at build time.

Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

 net-misc/freerdp/freerdp-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-misc/freerdp/freerdp-9999.ebuild 
b/net-misc/freerdp/freerdp-9999.ebuild
index 631b7548fe1..93959b6af69 100644
--- a/net-misc/freerdp/freerdp-9999.ebuild
+++ b/net-misc/freerdp/freerdp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -22,7 +22,7 @@ HOMEPAGE="http://www.freerdp.com/";
 
 LICENSE="Apache-2.0"
 SLOT="0/2"
-IUSE="alsa +client cpu_flags_x86_ssse3 cups debug doc ffmpeg gstreamer jpeg 
libav libressl neon openh264 pulseaudio server smartcard systemd test usb 
wayland X xinerama xv"
+IUSE="alsa +client cups debug doc ffmpeg gstreamer jpeg libav libressl neon 
openh264 pulseaudio server smartcard systemd test usb wayland X xinerama xv"
 
 RDEPEND="
        !libressl? ( dev-libs/openssl:0= )
@@ -107,8 +107,6 @@ src_configure() {
                -DWITH_SERVER=$(usex server)
                -DWITH_PCSC=$(usex smartcard)
                -DWITH_LIBSYSTEMD=$(usex systemd)
-               # WITH_SSE2 actually enables code requiring SSSE3
-               -DWITH_SSE2=$(usex cpu_flags_x86_ssse3)
                -DWITH_X11=$(usex X)
                -DWITH_XINERAMA=$(usex xinerama)
                -DWITH_XV=$(usex xv)

Reply via email to