From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1525932-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 DAC3315806E
	for <garchives@archives.gentoo.org>; Tue,  6 Jun 2023 07:09:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 15A81E0880;
	Tue,  6 Jun 2023 07:09:45 +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 E940DE0880
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Jun 2023 07:09:44 +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 ACA7E340C08
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Jun 2023 07:09:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AE34A7A
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Jun 2023 07:09:42 +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: <1686035371.02d2a2efaf9690147e6b1dd07a137bf76fd2bd53.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-libs/libunwind/libunwind-1.7.0.ebuild
X-VCS-Directories: sys-libs/libunwind/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 02d2a2efaf9690147e6b1dd07a137bf76fd2bd53
X-VCS-Branch: master
Date: Tue,  6 Jun 2023 07:09:42 +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: 054a8dca-8652-41f3-b8f0-33f541f23c9d
X-Archives-Hash: 8ca0cac110d82ea90c9f88c9ca7d7a2f

commit:     02d2a2efaf9690147e6b1dd07a137bf76fd2bd53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 06:46:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 07:09:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d2a2ef

sys-libs/libunwind: add comment re MY_P

Bug: https://github.com/libunwind/libunwind/issues/535
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/libunwind/libunwind-1.7.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/libunwind/libunwind-1.7.0.ebuild b/sys-libs/libunwind/libunwind-1.7.0.ebuild
index 0bbded1272bd..5c329968f024 100644
--- a/sys-libs/libunwind/libunwind-1.7.0.ebuild
+++ b/sys-libs/libunwind/libunwind-1.7.0.ebuild
@@ -17,6 +17,7 @@ LIBUNWIND_DOCS_USEFLAG="+doc"
 
 inherit multilib-minimal
 
+# Weird MY_P for https://github.com/libunwind/libunwind/issues/535
 MY_P=${PN}-$(ver_rs 2 '')
 DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
 HOMEPAGE="https://savannah.nongnu.org/projects/libunwind"