Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Fri, 07 Jan 2022 15:49:42
Message-Id: 1641570559.20465e2c89ccbaa50b691cc8b0db390ca1e3e196.asturm@gentoo
1 commit: 20465e2c89ccbaa50b691cc8b0db390ca1e3e196
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 20:54:23 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 15:49:19 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=20465e2c
7
8 qt5-build.eclass: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 eclass/qt5-build.eclass | 9 +--------
14 1 file changed, 1 insertion(+), 8 deletions(-)
15
16 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
17 index 8756d6e5..a2a72bde 100644
18 --- a/eclass/qt5-build.eclass
19 +++ b/eclass/qt5-build.eclass
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # @ECLASS: qt5-build.eclass
26 @@ -490,13 +490,6 @@ qt5_base_configure() {
27 -testsdir "${QT5_TESTSDIR}"
28
29 # force appropriate compiler
30 - $(if use kernel_FreeBSD; then
31 - if tc-is-gcc; then
32 - echo -platform freebsd-g++
33 - elif tc-is-clang; then
34 - echo -platform freebsd-clang
35 - fi
36 - fi)
37 $(if use kernel_linux; then
38 if tc-is-gcc; then
39 echo -platform linux-g++