util-linux: don't bother excluding misc small utilities

We may not *need* things like fsck.minix but it does get the systemd
test suite to pass. setarch should be there. fdformat and others are no
longer built by the ebuild.
This commit is contained in:
Michael Marineau 2015-07-08 11:48:16 -07:00
parent edfd5ad012
commit 09e076669b

View File

@ -1,31 +0,0 @@
# Punt setarch as we don't use it anywhere.
util_linux_mask="
/usr/bin/i386
/usr/bin/x86_64
/usr/bin/linux32
/usr/bin/linux64
/usr/bin/setarch
"
# Punt support for filesystems we don't care about.
util_linux_mask+="
/sbin/fsck.bfs
/sbin/fsck.cramfs
/sbin/fsck.minix
/sbin/mkfs.bfs
/sbin/mkfs.cramfs
/sbin/mkfs.minix
"
# Punt esoteric programs.
util_linux_mask+="
/sbin/raw
/usr/bin/cytune
/usr/bin/ddate
/usr/bin/isosize
/usr/sbin/fdformat
/usr/sbin/tunelp
"
PKG_INSTALL_MASK+=" ${util_linux_mask}"
INSTALL_MASK+=" ${util_linux_mask}"