Gentoo Archives: gentoo-commits

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