sys-kernel/dracut: Sync with Gentoo

It's from Gentoo commit e4e4094036b4f29e127a0a284231ef140b7c641c.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-09-22 07:11:46 +00:00 committed by Krzesimir Nowak
parent 6bbd4e83fd
commit 8208103e4b
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ src_configure() {
--disable-dracut-cpio
)
if ! has_version dev-ruby/asciidoctor; then
if ! has_version -b dev-ruby/asciidoctor; then
myconf+=( --disable-asciidoctor )
fi

View File

@ -118,7 +118,7 @@ src_configure() {
--disable-dracut-cpio
)
if ! has_version dev-ruby/asciidoctor; then
if ! has_version -b dev-ruby/asciidoctor; then
myconf+=( --disable-asciidoctor )
fi