sys-kernel/dracut: has_version -b dev-ruby/asciidoctor

Closes: https://bugs.gentoo.org/963045
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2025-09-18 13:07:22 -04:00
parent 046e3072eb
commit e4e4094036
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