From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 345B659CA3 for ; Sun, 13 Mar 2016 01:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E57F421C10F; Sun, 13 Mar 2016 01:27:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B82C21C10F for ; Sun, 13 Mar 2016 01:27:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64DF3340917 for ; Sun, 13 Mar 2016 01:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A18D71897 for ; Sun, 13 Mar 2016 01:27:29 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1457831041.213c3ad70ffa9b73cdf111231fb40810bdf61210.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 213c3ad70ffa9b73cdf111231fb40810bdf61210 X-VCS-Branch: master Date: Sun, 13 Mar 2016 01:27:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b50600e9-eee3-4ec7-82af-950d29500ec8 X-Archives-Hash: 897bf4ca8f706bde7a055874c91fa526 commit: 213c3ad70ffa9b73cdf111231fb40810bdf61210 Author: Davide Pesavento gentoo org> AuthorDate: Sun Mar 13 01:04:01 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Mar 13 01:04:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=213c3ad7 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. 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 f0023b8..d7be3d0 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -153,6 +153,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 @@ -160,7 +161,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