summaryrefslogtreecommitdiff
path: root/sys-process/lsof/lsof-4.96.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
commit63a4617476a3b084928b38d816b9ed6e196d62f5 (patch)
treef1c7e30e8c9b33d9f7e7b0a2e3dbd1d1121358c4 /sys-process/lsof/lsof-4.96.4.ebuild
parent662f71ae67cd775d7fbb79b5091676c0e07a992b (diff)
gentoo auto-resync : 29:05:2023 - 21:18:33
Diffstat (limited to 'sys-process/lsof/lsof-4.96.4.ebuild')
-rw-r--r--sys-process/lsof/lsof-4.96.4.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-process/lsof/lsof-4.96.4.ebuild b/sys-process/lsof/lsof-4.96.4.ebuild
index 76162da57717..964c99c0f104 100644
--- a/sys-process/lsof/lsof-4.96.4.ebuild
+++ b/sys-process/lsof/lsof-4.96.4.ebuild
@@ -54,7 +54,6 @@ target() {
*-darwin*) echo darwin ;;
*-freebsd*) echo freebsd ;;
*-solaris*) echo solaris ;;
- *-aix*) echo aixgcc ;;
*) echo linux ;;
esac
}
@@ -109,8 +108,5 @@ pkg_postinst() {
if [[ ${CHOST} == *-solaris* ]] ; then
einfo "Note: to use lsof on Solaris you need read permissions on"
einfo "/dev/kmem, i.e. you need to be root, or to be in the group sys"
- elif [[ ${CHOST} == *-aix* ]] ; then
- einfo "Note: to use lsof on AIX you need read permissions on /dev/mem and"
- einfo "/dev/kmem, i.e. you need to be root, or to be in the group system"
fi
}