Install this version:
emerge -a =sys-process/psinfo-0.12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-process/psinfo-0.12
Or alternatively:
emerge --autounmask-write -a =sys-process/psinfo-0.12
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Process information and statistics using the kernel /proc interface"
HOMEPAGE="http://www.ward.nu/computer/psinfo/"
SRC_URI="http://www.ward.nu/computer/${PN}/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
LICENSE="GPL-2"
PATCHES=(
"${FILESDIR}/${P}-asneeded.patch"
"${FILESDIR}/${P}-char.patch"
)
src_prepare() {
default
tc-export CC
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | psinfo-0.12.tar.gz | 9107 bytes | http://www.ward.nu/computer/psinfo/psinfo-0.12.tar.gz |