commit:     79c7b34b303dcc7dca8cfc2df66925604627370d
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 11:44:19 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 11:44:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c7b34b

sci-libs/opencascade: Quote has_version argument.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-libs/opencascade/opencascade-6.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild 
b/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild
index 4a855150295..8eff7a5ab1a 100644
--- a/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild
+++ b/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild
@@ -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

Reply via email to