Install this version:
emerge -a =sys-libs/pinktrace-0.9.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-libs/pinktrace-0.9.3
Or alternatively:
emerge --autounmask-write -a =sys-libs/pinktrace-0.9.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.3 | 6 | ~amd64 | 0/0.9 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="ptrace() easy wrapper library"
HOMEPAGE="https://dev.exherbo.org/~alip/pinktrace/"
SRC_URI="https://github.com/sydbox/${PN}/archive/refs/tags/v0.9.3.tar.gz"
LICENSE="BSD"
SLOT="0/0.9"
KEYWORDS="~amd64"
IUSE="ipv6"
src_configure() {
local myconf=(
$(use_enable ipv6)
--disable-doxygen
--disable-python
--disable-python-doc
--disable-static
)
econf "${myconf[@]}"
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p sys-libs/pinktrace |
euse -E <flag> -p sys-libs/pinktrace |
euse -D <flag> -p sys-libs/pinktrace
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v0.9.3.tar.gz | 142985 bytes | https://github.com/sydbox/pinktrace/archive/refs/tags/v0.9.3.tar.gz |