commit:     e4e4094036b4f29e127a0a284231ef140b7c641c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 17:07:22 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 17:07:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e40940

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

Closes: https://bugs.gentoo.org/963045
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-kernel/dracut/dracut-108-r3.ebuild | 2 +-
 sys-kernel/dracut/dracut-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/dracut/dracut-108-r3.ebuild 
b/sys-kernel/dracut/dracut-108-r3.ebuild
index d44d055cdb08..7c6805122a0e 100644
--- a/sys-kernel/dracut/dracut-108-r3.ebuild
+++ b/sys-kernel/dracut/dracut-108-r3.ebuild
@@ -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
 

diff --git a/sys-kernel/dracut/dracut-9999.ebuild 
b/sys-kernel/dracut/dracut-9999.ebuild
index c5c49c508db9..82713b6593b5 100644
--- a/sys-kernel/dracut/dracut-9999.ebuild
+++ b/sys-kernel/dracut/dracut-9999.ebuild
@@ -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
 

Reply via email to