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 BAB0E158451 for ; Fri, 12 Jan 2024 19:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E58C5E2A23; Fri, 12 Jan 2024 19:08:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CB900E2A23 for ; Fri, 12 Jan 2024 19:08:23 +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 1D32F34317A for ; Fri, 12 Jan 2024 19:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3224141 for ; Fri, 12 Jan 2024 19:08:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1705086495.783d5b43d785767b21e197a3570c857329d59f0c.mgorny@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-r3.ebuild media-sound/ncmpcpp/ncmpcpp-9999.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 783d5b43d785767b21e197a3570c857329d59f0c X-VCS-Branch: master Date: Fri, 12 Jan 2024 19:08:21 +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: 654c028d-8e29-4a80-b879-3f0bec614b82 X-Archives-Hash: 4b99b51abce88b037d2f28b60bd1258e commit: 783d5b43d785767b21e197a3570c857329d59f0c Author: Michał Górny gentoo org> AuthorDate: Sun Jan 7 13:48:17 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 12 19:08:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783d5b43 media-sound/ncmpcpp: [QA] Remove invalid USE=lto Remove USE=lto, as it was only used to append -flto. Also remove lto flag filtering, as it seems to have been mistakenly added to facilitate control via USE=flto. Signed-off-by: Michał Górny gentoo.org> media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild | 9 ++++----- media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild index 0a88111e0879..88dfc6c7e3b7 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.9.2-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic +inherit autotools DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" HOMEPAGE=" @@ -15,7 +15,7 @@ SRC_URI="https://rybczak.net/ncmpcpp/stable/${P}.tar.bz2" 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=" >=media-libs/libmpdclient-2.1 @@ -43,13 +43,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) } diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index eba3c3b8e0f0..83a7d42906c9 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic git-r3 +inherit autotools git-r3 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" HOMEPAGE=" @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/ncmpcpp/ncmpcpp" LICENSE="GPL-2" SLOT="0" -IUSE="clock lto outputs taglib visualizer" +IUSE="clock outputs taglib visualizer" RDEPEND=" >=media-libs/libmpdclient-2.1 @@ -41,13 +41,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) }