summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-05-09 19:51:00 +0000
committerDavide Pesavento <pesa@gentoo.org>2015-05-09 19:51:00 +0000
commitd7c4638c21e55c43fa0a4320638ae3ca21b44990 (patch)
treeaf21ab39f582ba6f37cb8e70003959ab2fccf8d6 /eclass
parentVersion bump (diff)
downloadgentoo-2-d7c4638c21e55c43fa0a4320638ae3ca21b44990.tar.gz
gentoo-2-d7c4638c21e55c43fa0a4320638ae3ca21b44990.tar.bz2
gentoo-2-d7c4638c21e55c43fa0a4320638ae3ca21b44990.zip
graphite support was dropped from gcc-4.7
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/qt4-build-multilib.eclass8
2 files changed, 5 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 1e7a027df10d..062549c9753e 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1608 2015/05/09 19:48:37 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1609 2015/05/09 19:51:00 pesa Exp $
+
+ 09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass:
+ graphite support was dropped from gcc-4.7
09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass:
Move workaround for bug 367045 from qtgui ebuild to eclass.
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index 69ae0e657c1a..e20f72b05497 100644
--- a/eclass/qt4-build-multilib.eclass
+++ b/eclass/qt4-build-multilib.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.12 2015/05/09 19:48:37 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.13 2015/05/09 19:51:00 pesa Exp $
# @ECLASS: qt4-build-multilib.eclass
# @MAINTAINER:
@@ -187,12 +187,6 @@ qt4-build-multilib_src_prepare() {
append-flags -mminimal-toc
fi
- # Bug 417105
- # graphite on gcc 4.7 causes miscompilations
- if [[ $(gcc-version) == "4.7" ]]; then
- filter-flags -fgraphite-identity
- fi
-
# Read also AR from the environment
sed -i -e 's/^SYSTEM_VARIABLES="/&AR /' \
configure || die "sed SYSTEM_VARIABLES failed"