projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fd3c9
)
cmake-utils.eclass: version_is_at_least -> ver_test
author
Andreas Sturmlechner
<asturm@gentoo.org>
Fri, 18 May 2018 23:06:15 +0000
(
01:06
+0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Fri, 18 May 2018 23:06:15 +0000
(
01:06
+0200)
eclass/cmake-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/cmake-utils.eclass
b/eclass/cmake-utils.eclass
index cbce280625ef2b8911c5ac6232b1bfe517e74d17..558ff3a1ef9bde99b46158d6824674a43c155760 100644
(file)
--- a/
eclass/cmake-utils.eclass
+++ b/
eclass/cmake-utils.eclass
@@
-512,7
+512,7
@@
cmake-utils_src_configure() {
# we need to add "<INCLUDES>"
local includes=
if [[ ${PN} == cmake ]] ; then
- if $(ver
sion_is_at_least 3.4.0 $(ver_cut 1-3 ${PV})
) ; then
+ if $(ver
_test $(ver_cut 1-3 ${PV}) -ge 3.4.0
) ; then
includes="<INCLUDES>"
fi
elif ROOT=/ has_version \>=dev-util/cmake-3.4.0_rc1 ; then