mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 00:45:46 +02:00
This controls installation "skill" and "snice" commands, which can be useful for interactive process management. Signed-off-by: Emanuele Torre <torreemanuele6@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38955 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
20 lines
851 B
XML
20 lines
851 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking.</flag>
|
|
<flag name="kill">Build the kill program</flag>
|
|
<flag name="modern-top">Enables new startup defaults of top. Keeps old defaults if disabled</flag>
|
|
<flag name="ncurses">Build programs that use ncurses: top, slabtop, watch</flag>
|
|
<flag name="skill">Build the skill and snice programs</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:procps_project:procps</remote-id>
|
|
<remote-id type="gitlab">procps-ng/procps</remote-id>
|
|
<remote-id type="sourceforge">procps</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|