diff options
author | Sam James <sam@gentoo.org> | 2023-06-06 07:46:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-06 08:09:31 +0100 |
commit | 02d2a2efaf9690147e6b1dd07a137bf76fd2bd53 (patch) | |
tree | bce88d55ccb7bca8c08e67bb6476bc1eaa9a9fde /sys-libs/libunwind | |
parent | media-sound/musescore: scrubbed a patch (diff) | |
download | gentoo-02d2a2efaf9690147e6b1dd07a137bf76fd2bd53.tar.gz gentoo-02d2a2efaf9690147e6b1dd07a137bf76fd2bd53.tar.bz2 gentoo-02d2a2efaf9690147e6b1dd07a137bf76fd2bd53.zip |
sys-libs/libunwind: add comment re MY_P
Bug: https://github.com/libunwind/libunwind/issues/535
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/libunwind-1.7.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |