summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-08-27 15:32:29 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-10-08 12:46:24 +1100
commit28bf3051626a16d4114afcd5c1c0dae7ed125a1c (patch)
tree8fcd42cd7766ca18b6fd15d40ea54eee1c632d3a /eclass
parentqt5-build.eclass: create a forwarding header for qtbase (diff)
downloadgentoo-28bf3051626a16d4114afcd5c1c0dae7ed125a1c.tar.gz
gentoo-28bf3051626a16d4114afcd5c1c0dae7ed125a1c.tar.bz2
gentoo-28bf3051626a16d4114afcd5c1c0dae7ed125a1c.zip
qt5-build.eclass: handle live minor versions >=10
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index ef6865ba3377..bd48b38ed841 100644
--- 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}