sci-libs/opencascade: Quote has_version argument.
authorMichael Weber <xmw@gentoo.org>
Fri, 22 Dec 2017 11:44:19 +0000 (12:44 +0100)
committerMichael Weber <xmw@gentoo.org>
Fri, 22 Dec 2017 11:44:19 +0000 (12:44 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sci-libs/opencascade/opencascade-6.9.1-r2.ebuild

index 4a855150295d8c2ce9af6dcc334567caa780ad1f..8eff7a5ab1a6999b9ddcb8d28600b7c2f2a41541 100644 (file)
@@ -118,7 +118,7 @@ TCL_LIBRARY=${my_sys_lib}/tcl$(grep TCL_VER /usr/include/tcl.h | sed 's/^.*"\(.*
                -i configure.ac || die
 
        # no longer needed https://tracker.dev.opencascade.org/view.php?id=28971
-       if has_version >=sys-libs/glibc-2.26 ; then
+       if has_version ">=sys-libs/glibc-2.26" ; then
                sed -e '/#include <xlocale.h>/d' \
                        -i inc/Standard_CLocaleSentry.hxx || die
        fi