diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-17 21:02:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-25 16:35:47 +0200 |
commit | 5dd79cfacb8fe66ce542e8e232f4521479133ae7 (patch) | |
tree | 1f63a5a983d91cf914009c26007c2b1b26f2fbe6 /eclass/qt5-build.eclass | |
parent | qt5-build.eclass: Rename MY_P to _QT5_P and fix eclassdoc warning (diff) | |
download | gentoo-5dd79cfacb8fe66ce542e8e232f4521479133ae7.tar.gz gentoo-5dd79cfacb8fe66ce542e8e232f4521479133ae7.tar.bz2 gentoo-5dd79cfacb8fe66ce542e8e232f4521479133ae7.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 9a60d9a3a991..466735ae3442 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 ;; |