From: Michael Weber Date: Fri, 22 Dec 2017 11:44:19 +0000 (+0100) Subject: sci-libs/opencascade: Quote has_version argument. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=79c7b34b303dcc7dca8cfc2df66925604627370d;p=gentoo.git sci-libs/opencascade: Quote has_version argument. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild b/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild index 4a855150295d..8eff7a5ab1a6 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 /d' \ -i inc/Standard_CLocaleSentry.hxx || die fi