summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2013-03-09 05:25:39 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2013-03-09 05:25:39 +0000
commite92621e2f72a383e70b704877d72c9699bbc031b (patch)
treeea274dc1842d31b352363d3c274ab12a1754fe3f /www-client/chromium/chromium-27.0.1430.0.ebuild
parentVersion bump (bug #460032 by Manuel Rüger). (diff)
downloadgentoo-2-e92621e2f72a383e70b704877d72c9699bbc031b.tar.gz
gentoo-2-e92621e2f72a383e70b704877d72c9699bbc031b.tar.bz2
gentoo-2-e92621e2f72a383e70b704877d72c9699bbc031b.zip
Revert -mno-sse4 change, it breaks systems (reported by tetromino).
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'www-client/chromium/chromium-27.0.1430.0.ebuild')
-rw-r--r--www-client/chromium/chromium-27.0.1430.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/www-client/chromium/chromium-27.0.1430.0.ebuild b/www-client/chromium/chromium-27.0.1430.0.ebuild
index 426ba9059b0d..3b00340ca8e5 100644
--- a/www-client/chromium/chromium-27.0.1430.0.ebuild
+++ b/www-client/chromium/chromium-27.0.1430.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-27.0.1430.0.ebuild,v 1.5 2013/03/08 22:09:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-27.0.1430.0.ebuild,v 1.6 2013/03/09 05:25:39 phajdan.jr Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -339,12 +339,10 @@ src_configure() {
# the build to fail because of that.
myconf+=" -Dwerror="
- # Avoid CFLAGS problems, bug #352457, bug #390147, bug #459126.
+ # Avoid CFLAGS problems, bug #352457, bug #390147.
if ! use custom-cflags; then
- append-flags -mno-sse4
replace-flags "-Os" "-O2"
strip-flags
- strip-unsupported-flags
fi
# Make sure the build system will use the right tools, bug #340795.