diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-05-18 02:04:27 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-05-18 02:04:27 +0200 |
commit | 05661153ca06466606ba79b925619463459a03f9 (patch) | |
tree | 600c061ab5a2ba39b910b6f58e96dc0b39107727 /eclass/qt5-build.eclass | |
parent | dev-qt: drop Qt 5.6.1 (diff) | |
download | gentoo-05661153ca06466606ba79b925619463459a03f9.tar.gz gentoo-05661153ca06466606ba79b925619463459a03f9.tar.bz2 gentoo-05661153ca06466606ba79b925619463459a03f9.zip |
qt5-build.eclass: remove dead code
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 9c3a76b67d64..f08a6560425e 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -85,12 +85,7 @@ case ${PV} in # official stable release QT5_BUILD_TYPE="release" MY_P=${QT5_MODULE}-opensource-src-${PV} - # bug 586646 - if [[ ${PV} = 5.6.1 ]]; then - SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}-1/submodules/${MY_P}-1.tar.xz" - else - SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz" - fi + SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} ;; esac |