mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 07:01:08 +00:00
20 lines
446 B
Bash
20 lines
446 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=AERUDER
|
|
DIST_VERSION=0.14
|
|
inherit perl-module linux-info
|
|
|
|
DESCRIPTION="Perl interface to /proc/PID/smaps"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
|
|
|
|
# This is only explict due to not seeing where
|
|
# this variable gets used otherwise
|
|
pkg_setup() {
|
|
CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR"
|
|
linux-info_pkg_setup
|
|
}
|