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 54814158009 for ; Sat, 24 Jun 2023 02:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26129E08C4; Sat, 24 Jun 2023 02:59:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FFFEE08C4 for ; Sat, 24 Jun 2023 02:59:41 +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 F25C633BEA5 for ; Sat, 24 Jun 2023 02:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88E1AAA6 for ; Sat, 24 Jun 2023 02:59:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687575518.dc5ef665b0bf27f55cc11f01953239f62f1bba5b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild media-sound/ncmpcpp/ncmpcpp-9999.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc5ef665b0bf27f55cc11f01953239f62f1bba5b X-VCS-Branch: master Date: Sat, 24 Jun 2023 02:59:37 +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: 9e2d0f3e-ec30-4d0b-90d6-3c62b6884cd2 X-Archives-Hash: e693b49e0b5391c524c1acc89646da52 commit: dc5ef665b0bf27f55cc11f01953239f62f1bba5b Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Jun 24 02:47:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 24 02:58:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5ef665 media-sound/ncmpcpp: replace `filter-flags -flto*` with `filter-lto` Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild | 4 ++-- media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild | 2 +- media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild index 3e8e6cc06c75..8be959d503c7 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ src_prepare() { } src_configure() { - filter-flags '-flto*' + filter-lto econf \ $(use_enable clock) \ diff --git a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild index 1c5edba55b96..663b1dddf393 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild @@ -40,7 +40,7 @@ src_prepare() { } src_configure() { - filter-flags '-flto*' + filter-lto econf \ $(use_enable clock) \ diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 20c0f193f20f..121cfb14b173 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ src_prepare() { } src_configure() { - filter-flags '-flto*' + filter-lto econf \ $(use_enable clock) \