gentoo-ebuilds/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0-r1.ebuild
Andreas K. Hüttel 8d58665804
dev-perl/Linux-Smaps: EAPI bump, dependency cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-06-28 19:21:15 +02:00

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
}