diff --git a/dev-util/kbuild/kbuild-0.1.9998.3499.ebuild b/dev-util/kbuild/kbuild-0.1.9998.3499.ebuild index 1679cabf9a2f2..ef85feb535924 100644 --- a/dev-util/kbuild/kbuild-0.1.9998.3499.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998.3499.ebuild @@ -69,11 +69,11 @@ src_compile() { # If the user hasn't picked one, let's prefer byacc > yacc > old bison for now. # See bug #734354 - bison doesn't work here. # We can remove this once Bison works again! - if has_version "dev-util/byacc" ; then + if has_version -b "dev-util/byacc" ; then export YACC=byacc - elif has_version "dev-util/yacc" ; then + elif has_version -b "dev-util/yacc" ; then export YACC=yacc - elif has_version " yacc > old bison for now. # See bug #734354 - bison doesn't work here. # We can remove this once Bison works again! - if has_version "dev-util/byacc" ; then + if has_version -b "dev-util/byacc" ; then export YACC=byacc - elif has_version "dev-util/yacc" ; then + elif has_version -b "dev-util/yacc" ; then export YACC=yacc - elif has_version "