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 37ABE158064 for ; Sun, 5 May 2024 11:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDB88E2BA1; Sun, 5 May 2024 11:49:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9DFFE2BA1 for ; Sun, 5 May 2024 11:49:03 +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 0AE8B34313A for ; Sun, 5 May 2024 11:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 726281A27 for ; Sun, 5 May 2024 11:49:01 +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: <1714909632.925ef108801dfd2bafc4a9c2fa0d5c0b68bdf3cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/x42-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/x42-plugins/x42-plugins-20220605.ebuild media-plugins/x42-plugins/x42-plugins-20220714.ebuild media-plugins/x42-plugins/x42-plugins-99999999.ebuild X-VCS-Directories: media-plugins/x42-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 925ef108801dfd2bafc4a9c2fa0d5c0b68bdf3cb X-VCS-Branch: master Date: Sun, 5 May 2024 11:49:01 +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: d61e66f9-7327-4f8e-ac1f-bb4d0ef5c688 X-Archives-Hash: 12006e2d666f04d185533d5d285b5e51 commit: 925ef108801dfd2bafc4a9c2fa0d5c0b68bdf3cb Author: Eli Schwartz gmail com> AuthorDate: Sun May 5 05:03:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 5 11:47:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925ef108 media-plugins/x42-plugins: mark as LTO-unsafe Closes: https://bugs.gentoo.org/860402 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-plugins/x42-plugins/x42-plugins-20220605.ebuild | 9 +++++++-- media-plugins/x42-plugins/x42-plugins-20220714.ebuild | 9 +++++++-- media-plugins/x42-plugins/x42-plugins-99999999.ebuild | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/media-plugins/x42-plugins/x42-plugins-20220605.ebuild b/media-plugins/x42-plugins/x42-plugins-20220605.ebuild index f57cf56abcb2..48b97eecbcb1 100644 --- a/media-plugins/x42-plugins/x42-plugins-20220605.ebuild +++ b/media-plugins/x42-plugins/x42-plugins-20220605.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Collection of LV2 plugins" HOMEPAGE="https://github.com/x42/x42-plugins" @@ -40,6 +40,11 @@ DEPEND="${RDEPEND} sys-apps/help2man" src_compile() { + # -Werror=odr + # https://bugs.gentoo.org/860402 + # https://github.com/x42/meters.lv2/issues/41 + filter-lto + emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf" } diff --git a/media-plugins/x42-plugins/x42-plugins-20220714.ebuild b/media-plugins/x42-plugins/x42-plugins-20220714.ebuild index f57cf56abcb2..48b97eecbcb1 100644 --- a/media-plugins/x42-plugins/x42-plugins-20220714.ebuild +++ b/media-plugins/x42-plugins/x42-plugins-20220714.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Collection of LV2 plugins" HOMEPAGE="https://github.com/x42/x42-plugins" @@ -40,6 +40,11 @@ DEPEND="${RDEPEND} sys-apps/help2man" src_compile() { + # -Werror=odr + # https://bugs.gentoo.org/860402 + # https://github.com/x42/meters.lv2/issues/41 + filter-lto + emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf" } diff --git a/media-plugins/x42-plugins/x42-plugins-99999999.ebuild b/media-plugins/x42-plugins/x42-plugins-99999999.ebuild index 2ee199d0ef8f..776121d83fa4 100644 --- a/media-plugins/x42-plugins/x42-plugins-99999999.ebuild +++ b/media-plugins/x42-plugins/x42-plugins-99999999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Collection of LV2 plugins" HOMEPAGE="https://github.com/x42/x42-plugins" @@ -40,6 +40,11 @@ DEPEND="${RDEPEND} sys-apps/help2man" src_compile() { + # -Werror=odr + # https://bugs.gentoo.org/860402 + # https://github.com/x42/meters.lv2/issues/41 + filter-lto + emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf" }