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 8390115838C for ; Sat, 27 Jan 2024 09:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE552E29CA; Sat, 27 Jan 2024 09:42:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9E531E29CA for ; Sat, 27 Jan 2024 09:42:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBE4C34306B for ; Sat, 27 Jan 2024 09:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D201065 for ; Sat, 27 Jan 2024 09:42:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1706348498.4b40de2810608796d824ccb4baed84e1a5599c79.juippis@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_p20221231.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4b40de2810608796d824ccb4baed84e1a5599c79 X-VCS-Branch: master Date: Sat, 27 Jan 2024 09:42: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: 4b1f57cc-e089-4140-894d-b61a768d2b08 X-Archives-Hash: 78285727066a1df18f60cbd5e1d57c98 commit: 4b40de2810608796d824ccb4baed84e1a5599c79 Author: Joonas Niilola gentoo org> AuthorDate: Sat Jan 27 09:41:38 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jan 27 09:41:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b40de28 media-sound/ncmpcpp: sync the "[QA] Remove invalid USE=lto" commit - syncs commit 783d5b43d785767b21e197a3570c857329d59f0c to the latest version 0.9.2_p20221231. Signed-off-by: Joonas Niilola gentoo.org> media-sound/ncmpcpp/ncmpcpp-0.9.2_p20221231.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.9.2_p20221231.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.9.2_p20221231.ebuild index faded6014629..54c958a52e80 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.9.2_p20221231.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.9.2_p20221231.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools flag-o-matic +inherit autotools NCMPCPP_COMMIT="9f44edf0b1d74da7cefbd498341d59bc52f6043f" @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ncmpcpp/ncmpcpp/archive/${NCMPCPP_COMMIT}.tar.gz -> LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="clock lto outputs taglib visualizer" +IUSE="clock outputs taglib visualizer" RDEPEND=" dev-libs/boost:=[icu,nls] @@ -40,13 +40,12 @@ src_prepare() { } src_configure() { - filter-lto - + # --with-lto only appends -flto econf \ $(use_enable clock) \ $(use_enable outputs) \ $(use_enable visualizer) \ - $(use_with lto) \ + --without-lto \ $(use_with taglib) \ $(use_with visualizer fftw) }