projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90251f5
)
qt5-build.eclass: handle live minor versions >=10
author
Michael Palimaka
<kensington@gentoo.org>
Sun, 27 Aug 2017 05:32:29 +0000
(15:32 +1000)
committer
Michael Palimaka
<kensington@gentoo.org>
Sun, 8 Oct 2017 01:46:24 +0000
(12:46 +1100)
eclass/qt5-build.eclass
patch
|
blob
|
history
diff --git
a/eclass/qt5-build.eclass
b/eclass/qt5-build.eclass
index ef6865ba3377ee78ab5481bf2c791344b7f8c51f..bd48b38ed84143f27975b9aaa0143747233f702c 100644
(file)
--- a/
eclass/qt5-build.eclass
+++ b/
eclass/qt5-build.eclass
@@
-69,7
+69,7
@@
case ${PV} in
QT5_BUILD_TYPE="live"
EGIT_BRANCH="dev"
;;
- 5.?.9999)
+ 5.?.9999
|5.??.9999|5.???.9999
)
# git stable branch
QT5_BUILD_TYPE="live"
EGIT_BRANCH=${PV%.9999}