From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AB37158020 for ; Fri, 18 Nov 2022 20:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E7BE085B; Fri, 18 Nov 2022 20:45:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53BA2E085B for ; Fri, 18 Nov 2022 20:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 852B8341036 for ; Fri, 18 Nov 2022 20:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 098F575 for ; Fri, 18 Nov 2022 20:45:08 +0000 (UTC) From: "Mike Gilbert" 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" Message-ID: <1668804288.09ad583de42268ba3dcd10d9b1d76a6e9b11989b.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-2.9.0.ebuild X-VCS-Directories: net-misc/freerdp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 09ad583de42268ba3dcd10d9b1d76a6e9b11989b X-VCS-Branch: master Date: Fri, 18 Nov 2022 20:45:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbfd1001-fe36-4390-b583-714f836e435a X-Archives-Hash: f3a96b8887d0ef5ab8987353855f25ce commit: 09ad583de42268ba3dcd10d9b1d76a6e9b11989b Author: Mike Gilbert gentoo org> AuthorDate: Fri Nov 18 20:44:48 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 18 20:44:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ad583d net-misc/freerdp: reapply filter-lto Signed-off-by: Mike Gilbert gentoo.org> net-misc/freerdp/freerdp-2.9.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/freerdp/freerdp-2.9.0.ebuild b/net-misc/freerdp/freerdp-2.9.0.ebuild index d46c57ffe2df..552cf7789bae 100644 --- a/net-misc/freerdp/freerdp-2.9.0.ebuild +++ b/net-misc/freerdp/freerdp-2.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake flag-o-matic if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -89,6 +89,9 @@ BDEPEND=" " src_configure() { + # bug #881695 + filter-lto + local mycmakeargs=( -DBUILD_TESTING=$(usex test ON OFF) -DCHANNEL_URBDRC=$(usex usb ON OFF)