sys-libs/libunwind: add comment re MY_P

Bug: https://github.com/libunwind/libunwind/issues/535
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-06 07:46:31 +01:00
parent 7ff12abe91
commit 02d2a2efaf

View File

@@ -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"