commit: 5660a1787f797e35d75ff1dc486b398629cf4a80
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 19:02:16 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 13:09:20 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5660a178
qt5-build.eclass: Drop obsolete conditional for dev-qt/qtwebengine
dev-qt/qtwebengine conditional code already moved into ebuild.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/qt5-build.eclass | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 0b2b5518..a2fb90b5 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -127,19 +127,6 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure
src_compile src_install sr
# @DESCRIPTION:
# Unpacks the sources.
qt5-build_src_unpack() {
- # bug 307861
- if [[ ${PN} == qtwebengine ]]; then
- eshopts_push -s extglob
- if is-flagq '-g?(gdb)?([1-9])'; then
- ewarn
- 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
- fi
- eshopts_pop
- fi
-
case ${QT5_BUILD_TYPE} in
live) git-r3_src_unpack ;&
release) default ;;