From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1611961-garchives=archives.gentoo.org@lists.gentoo.org>
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 DF555158041
	for <garchives@archives.gentoo.org>; Sun, 17 Mar 2024 06:34:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 13A62E29D6;
	Sun, 17 Mar 2024 06:34:47 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 DE60CE29D6
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2024 06:34:46 +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 D2ED433FEF1
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2024 06:34:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 46CD4DBD
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2024 06:34:44 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1710657267.cae95f75ead772b6319ff03c06b5f1df765387d2.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild
X-VCS-Directories: sys-fs/multipath-tools/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: cae95f75ead772b6319ff03c06b5f1df765387d2
X-VCS-Branch: master
Date: Sun, 17 Mar 2024 06:34:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9466b092-9f55-47b0-bae8-def06d5ecf4d
X-Archives-Hash: 3a511a574c76a5d1e99aadd6c983839d

commit:     cae95f75ead772b6319ff03c06b5f1df765387d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 06:01:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 06:34:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae95f75

sys-fs/multipath-tools: add bug ref for filter-lto

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild | 1 +
 sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild    | 1 +
 sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild
index 86b7a0392e81..4d09320bfc62 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild
@@ -69,6 +69,7 @@ src_compile() {
 	# Breaks with always_inline
 	filter-flags -fno-semantic-interposition
 	# Breaks because of use of wrapping (-Wl,-wrap, wrap_*)
+	# https://github.com/opensvc/multipath-tools/issues/18
 	filter-lto
 	myemake
 }

diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild
index 14e7bb7a24d4..6e3559c6b390 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild
@@ -68,6 +68,7 @@ src_compile() {
 	# Breaks with always_inline
 	filter-flags -fno-semantic-interposition
 	# Breaks because of use of wrapping (-Wl,-wrap, wrap_*)
+	# https://github.com/opensvc/multipath-tools/issues/18
 	filter-lto
 	myemake
 }

diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild
index 976d89a45f9d..c89a4159292e 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild
@@ -69,6 +69,7 @@ src_compile() {
 	# Breaks with always_inline
 	filter-flags -fno-semantic-interposition
 	# Breaks because of use of wrapping (-Wl,-wrap, wrap_*)
+	# https://github.com/opensvc/multipath-tools/issues/18
 	filter-lto
 	myemake
 }