Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 31 Jan 2017 03:21:52
Message-Id: 1485832520.f826bfdac0ef0e995d15649f6f2fcec349099f53.tamiko@gentoo
1 commit: f826bfdac0ef0e995d15649f6f2fcec349099f53
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 03:15:20 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 03:15:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f826bfda
7
8 eclass/qt4-build-multilib.eclass: Remove use use sparc64-eclass
9
10 Commit 8f41e56990ce35c17f996307ffd192a529f4d740
11 "remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsd"
12 removed the sparc64-freebsd and x64-freebsd profiles, but forgot to
13 remove the sparc64-freebsd use flag check in qt4-build-multilib.eclass.
14
15 eclass/qt4-build-multilib.eclass | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
19 index cefcf67..f40f1aa 100644
20 --- a/eclass/qt4-build-multilib.eclass
21 +++ b/eclass/qt4-build-multilib.eclass
22 @@ -842,7 +842,6 @@ qt4_get_mkspec() {
23 # Add -64 for 64-bit prefix profiles
24 if use amd64-linux || use ppc64-linux ||
25 use x64-macos ||
26 - use sparc64-freebsd ||
27 use sparc64-solaris || use x64-solaris
28 then
29 [[ -d ${S}/mkspecs/${spec}-64 ]] && spec+=-64