Skip to content

Commit

Permalink
sys-kernel/dracut: update live ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
Closes: gentoo#14127
  • Loading branch information
puleglot authored and floppym committed Dec 29, 2019
1 parent 980830b commit d3c8119
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions sys-kernel/dracut/dracut-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,25 @@ RDEPEND="
virtual/pkgconfig
virtual/udev
elibc_musl? ( sys-libs/fts-standalone )
selinux? (
sec-policy/selinux-dracut
sys-libs/libselinux
sys-libs/libsepol
)
"
DEPEND=">=sys-apps/kmod-23"
"
DEPEND="
>=sys-apps/kmod-23
elibc_musl? ( sys-libs/fts-standalone )
"

BDEPEND="
app-text/asciidoc
app-text/docbook-xml-dtd:4.5
>=app-text/docbook-xsl-stylesheets-1.75.2
>=dev-libs/libxslt-1.1.26
virtual/pkgconfig
"
"

DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )
Expand Down Expand Up @@ -151,4 +155,7 @@ pkg_postinst() {
"Install ssh and scp along with config files and specified keys" \
net-misc/openssh
optfeature "Enable logging with rsyslog" app-admin/rsyslog
optfeature \
"Enable rngd service to help generating entropy early during boot" \
sys-apps/rng-tools
}

0 comments on commit d3c8119

Please sign in to comment.