diff options
author | Davide Pesavento <pesa@gentoo.org> | 2014-09-11 00:08:57 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2014-09-11 00:08:57 +0000 |
commit | 0da0e0e6f48d59d2260166d7144dd1ce7042b501 (patch) | |
tree | f18be52dc7ea0c584dd2b405da9557bc566d3832 /eclass | |
parent | amd64 stable - 522484 (diff) | |
download | gentoo-2-0da0e0e6f48d59d2260166d7144dd1ce7042b501.tar.gz gentoo-2-0da0e0e6f48d59d2260166d7144dd1ce7042b501.tar.bz2 gentoo-2-0da0e0e6f48d59d2260166d7144dd1ce7042b501.zip |
Restrict tests on 5.3.x (except live).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/qt5-build.eclass | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 7056a212465e..5e2a1ff13696 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1366 2014/09/04 14:52:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1367 2014/09/11 00:08:57 pesa Exp $ + + 11 Sep 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: + Restrict tests on 5.3.x (except live). 04 Sep 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass, tests/python-utils-r1.sh: diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 2202d3526a9a..5c1397f8e747 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.4 2014/08/29 23:54:14 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt5-build.eclass,v 1.5 2014/09/11 00:08:57 pesa Exp $ # @ECLASS: qt5-build.eclass # @MAINTAINER: @@ -71,6 +71,8 @@ EGIT_REPO_URI=( IUSE="debug test" +[[ ${QT5_BUILD_TYPE} == release && ${QT5_MINOR_VERSION} -le 3 ]] && RESTRICT="test" + DEPEND=" dev-lang/perl virtual/pkgconfig |