Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923306 - sys-apps/util-linux: Add minix USE flag
Summary: sys-apps/util-linux: Add minix USE flag
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-30 08:29 UTC by mcendu
Modified: 2024-01-30 18:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
[PATCH] sys-apps/util-linux: Add minix USE flag (0001-util-linux-Add-minix-USE-flag.patch,6.87 KB, patch)
2024-01-30 08:29 UTC, mcendu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mcendu 2024-01-30 08:29:49 UTC
Created attachment 883681 [details, diff]
[PATCH] sys-apps/util-linux: Add minix USE flag

Adds the USE flag `minix` to util-linux. This practically amounts
to disabling `mkfs.minix` and `fsck.minix` by default; the USE
flag is for potential enthusiasts only, which I assume there are
none.

Patch attached.