We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad530f commit 0ad3f97Copy full SHA for 0ad3f97
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use
@@ -17,7 +17,7 @@ dev-libs/dbus-glib tools
17
dev-libs/elfutils -utils
18
dev-libs/openssl pkcs11
19
net-misc/dhcp -server
20
-sys-apps/smartmontools -daemon -update-drivedb -systemd
+sys-apps/smartmontools -caps -daemon -update-drivedb -systemd
21
sys-block/parted device-mapper
22
sys-fs/lvm2 -readline thin lvm
23
sys-libs/ncurses minimal
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use.mask
@@ -0,0 +1,4 @@
1
+# Selinux profile force-enables USE=caps, but we don't need it for
2
+# smartmontools - it is only relevant for smartd daemon, which we do
3
+# not build.
4
+sys-apps/smartmontools caps
0 commit comments