Install this version:
emerge -a =dev-libs/libdwarf-0.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/libdwarf-0.5.0
Or alternatively:
emerge --autounmask-write -a =dev-libs/libdwarf-0.5.0
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit meson-multilib
DESCRIPTION="Library for extracting DWARF data from code objects"
HOMEPAGE="https://www.prevanders.net/dwarf.html"
SRC_URI="https://www.prevanders.net/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
BDEPEND="app-arch/xz-utils"
DOCS=( NEWS README README.md README.cmake )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libdwarf-0.5.0.tar.xz | 2477032 bytes | https://www.prevanders.net/libdwarf-0.5.0.tar.xz |