Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Thu, 04 Jan 2018 22:09:14
Message-Id: 1515103747.97612f4ba21b8745cf7067e8b60c858f8438a1ad.floppym@gentoo
1 commit: 97612f4ba21b8745cf7067e8b60c858f8438a1ad
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 22:08:54 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 22:09:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97612f4b
7
8 net-misc/freerdp: drop cpu_flags_x86_ssse3
9
10 FreeRDP now does runtime detection correctly, so we don't need to toggle
11 it at build time.
12
13 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
14
15 net-misc/freerdp/freerdp-9999.ebuild | 6 ++----
16 1 file changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild
19 index 631b7548fe1..93959b6af69 100644
20 --- a/net-misc/freerdp/freerdp-9999.ebuild
21 +++ b/net-misc/freerdp/freerdp-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -22,7 +22,7 @@ HOMEPAGE="http://www.freerdp.com/"
29
30 LICENSE="Apache-2.0"
31 SLOT="0/2"
32 -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"
33 +IUSE="alsa +client cups debug doc ffmpeg gstreamer jpeg libav libressl neon openh264 pulseaudio server smartcard systemd test usb wayland X xinerama xv"
34
35 RDEPEND="
36 !libressl? ( dev-libs/openssl:0= )
37 @@ -107,8 +107,6 @@ src_configure() {
38 -DWITH_SERVER=$(usex server)
39 -DWITH_PCSC=$(usex smartcard)
40 -DWITH_LIBSYSTEMD=$(usex systemd)
41 - # WITH_SSE2 actually enables code requiring SSSE3
42 - -DWITH_SSE2=$(usex cpu_flags_x86_ssse3)
43 -DWITH_X11=$(usex X)
44 -DWITH_XINERAMA=$(usex xinerama)
45 -DWITH_XV=$(usex xv)