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 12DC9159C96 for ; Tue, 23 Jul 2024 03:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF65BE29E5; Tue, 23 Jul 2024 03:40:26 +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 92443E29E5 for ; Tue, 23 Jul 2024 03:40:26 +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 96EEE340C7C for ; Tue, 23 Jul 2024 03:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0B361E64 for ; Tue, 23 Jul 2024 03:40:23 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1721705552.af4db98cd4842ac22623b1c6df0d5ad8c0fe4918.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtractor/qtractor-0.9.91.ebuild media-sound/qtractor/qtractor-1.0.0.ebuild X-VCS-Directories: media-sound/qtractor/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: af4db98cd4842ac22623b1c6df0d5ad8c0fe4918 X-VCS-Branch: master Date: Tue, 23 Jul 2024 03:40:23 +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: 1e2de2f9-b6da-44a4-93ce-77022b597fff X-Archives-Hash: 892e764a1db8fed6affbc1593b49351f commit: af4db98cd4842ac22623b1c6df0d5ad8c0fe4918 Author: Eli Schwartz gentoo org> AuthorDate: Tue Jul 23 00:10:19 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Jul 23 03:32:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4db98c media-sound/qtractor: remove outdated LTO workaround As noted, "remove on next version bump" -- which was 0.9.91... :) Signed-off-by: Eli Schwartz gentoo.org> media-sound/qtractor/qtractor-0.9.91.ebuild | 9 +-------- media-sound/qtractor/qtractor-1.0.0.ebuild | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/media-sound/qtractor/qtractor-0.9.91.ebuild b/media-sound/qtractor/qtractor-0.9.91.ebuild index f5b5ca1aa5d5..27cb23754511 100644 --- a/media-sound/qtractor/qtractor-0.9.91.ebuild +++ b/media-sound/qtractor/qtractor-0.9.91.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic xdg +inherit cmake xdg DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt framework" HOMEPAGE="https://qtractor.sourceforge.io https://github.com/rncbc/qtractor" @@ -54,13 +54,6 @@ src_prepare() { } src_configure() { - # -Werror=odr - # https://bugs.gentoo.org/927061 - # https://github.com/rncbc/qtractor/commit/83ed590eed798f24b6aa1a792b38c2fc61051356 - # - # Remove on next version bump. - filter-lto - local mycmakeargs=( -DCONFIG_DSSI=$(usex dssi 1 0) -DCONFIG_GRADIENT=1 diff --git a/media-sound/qtractor/qtractor-1.0.0.ebuild b/media-sound/qtractor/qtractor-1.0.0.ebuild index f5b5ca1aa5d5..27cb23754511 100644 --- a/media-sound/qtractor/qtractor-1.0.0.ebuild +++ b/media-sound/qtractor/qtractor-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic xdg +inherit cmake xdg DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt framework" HOMEPAGE="https://qtractor.sourceforge.io https://github.com/rncbc/qtractor" @@ -54,13 +54,6 @@ src_prepare() { } src_configure() { - # -Werror=odr - # https://bugs.gentoo.org/927061 - # https://github.com/rncbc/qtractor/commit/83ed590eed798f24b6aa1a792b38c2fc61051356 - # - # Remove on next version bump. - filter-lto - local mycmakeargs=( -DCONFIG_DSSI=$(usex dssi 1 0) -DCONFIG_GRADIENT=1