commit:     0dd28ffc0326597f1d297727f999c775dee7fe17
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 18:43:06 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 18:43:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0dd28ffc

qt5-build.eclass: restored commented code

The line appears to have been accidentally commented out in 
d41a1a9e75f97dc896efc5c93decadc1c45235a0.

 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 57a0f38..f9de34e 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -114,7 +114,7 @@ esac
 IUSE="debug test"
 
 [[ ${PN} == qtwebkit ]] && RESTRICT+=" mirror" # bug 524584
-#[[ ${QT5_BUILD_TYPE} == release ]] && RESTRICT+=" test" # bug 457182
+[[ ${QT5_BUILD_TYPE} == release ]] && RESTRICT+=" test" # bug 457182
 
 DEPEND="
        dev-lang/perl

Reply via email to