diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-03-13 02:04:01 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-04-13 01:18:18 +0200 |
commit | d55ed2256d7a5e34a67f83871154b219c52c6f43 (patch) | |
tree | c684f40163e5a1e15a431ba2d1c4d5abca542a04 /eclass | |
parent | 7453ab7b796d547dcaf603ba1abcbc6922855d41 (diff) | |
download | gentoo-d55ed2256d7a5e34a67f83871154b219c52c6f43.tar.gz gentoo-d55ed2256d7a5e34a67f83871154b219c52c6f43.tar.xz |
qt5-build.eclass: stop mentioning bug 307861 to users
It doesn't contain much useful information or instructions, and
users might actually get more confused because it's about Qt4.
(cherry picked from proj/qt commit 213c3ad70ffa9b73cdf111231fb40810bdf61210)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 5ea0ce1dd8b..927ca1516b1 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -148,6 +148,7 @@ qt5-build_src_unpack() { fi fi + # bug 307861 if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then eshopts_push -s extglob if is-flagq '-g?(gdb)?([1-9])'; then @@ -155,7 +156,6 @@ qt5-build_src_unpack() { ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)." ewarn "You may experience really long compilation times and/or increased memory usage." ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug." - ewarn "For more info check out https://bugs.gentoo.org/307861" ewarn fi eshopts_pop |