commit:     be19d02bcd57c7070be6969be595ae5c9f4f74f3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 01:25:54 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 01:25:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=be19d02b

qt5-build.eclass: adjust ${S} for 5.7.0_alpha

Gentoo-Bug: 577114

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 3bae89c..ea4c717 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -84,7 +84,7 @@ case ${PV} in
                QT5_BUILD_TYPE="release"
                MY_P=${QT5_MODULE}-opensource-src-${PV/_/-}
                
SRC_URI="http://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz";
-               S=${WORKDIR}/${MY_P}
+               S=${WORKDIR}/${MY_P%-alpha}
                ;;
        *)
                # official stable release

Reply via email to