From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-995101-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id BC07D1382C5
	for <garchives@archives.gentoo.org>; Thu,  4 Jan 2018 22:09:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 04FB2E0AB4;
	Thu,  4 Jan 2018 22:09:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D2EB1E0AB4
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Jan 2018 22:09:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6EA63335C0C
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Jan 2018 22:09:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3524F17B
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Jan 2018 22:09:10 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1515103747.97612f4ba21b8745cf7067e8b60c858f8438a1ad.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/freerdp/freerdp-9999.ebuild
X-VCS-Directories: net-misc/freerdp/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: 97612f4ba21b8745cf7067e8b60c858f8438a1ad
X-VCS-Branch: master
Date: Thu,  4 Jan 2018 22:09:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9dca6fce-1a31-4819-900a-a43cdb00e0f5
X-Archives-Hash: 33a9978974f02f7965fd6a24c9612589

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)