mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user