diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-06-29 13:42:20 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-06-29 13:42:20 +0000 |
commit | 610ebe359d97669535b929bd2a29294189e09092 (patch) | |
tree | dff68ba4ae75200cc6a0acd5dd0d708369788161 | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-610ebe359d97669535b929bd2a29294189e09092.tar.gz gentoo-2-610ebe359d97669535b929bd2a29294189e09092.tar.bz2 gentoo-2-610ebe359d97669535b929bd2a29294189e09092.zip |
Beta channel bump.
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
-rw-r--r-- | www-client/chromium/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/chromium/chromium-28.0.1500.63.ebuild (renamed from www-client/chromium/chromium-28.0.1500.45.ebuild) | 9 |
2 files changed, 15 insertions, 2 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog index c58ca1dbb785..b010692adede 100644 --- a/www-client/chromium/ChangeLog +++ b/www-client/chromium/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/chromium # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.904 2013/06/27 15:05:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.905 2013/06/29 13:42:20 floppym Exp $ + +*chromium-28.0.1500.63 (29 Jun 2013) + + 29 Jun 2013; Mike Gilbert <floppym@gentoo.org> +chromium-28.0.1500.63.ebuild, + -chromium-28.0.1500.45.ebuild: + Beta channel bump. 27 Jun 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> chromium-9999-r1.ebuild, files/dot-gclient: diff --git a/www-client/chromium/chromium-28.0.1500.45.ebuild b/www-client/chromium/chromium-28.0.1500.63.ebuild index d88f8b148983..cf465297746f 100644 --- a/www-client/chromium/chromium-28.0.1500.45.ebuild +++ b/www-client/chromium/chromium-28.0.1500.63.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-28.0.1500.45.ebuild,v 1.3 2013/06/17 23:56:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-28.0.1500.63.ebuild,v 1.1 2013/06/29 13:42:20 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -136,6 +136,8 @@ src_prepare() { # Fix build with harfbuzz-0.9.18, bug #472416 . epatch "${FILESDIR}/${PN}-system-harfbuzz-r0.patch" + epatch "${FILESDIR}/${PN}-nss-3.15.patch" + epatch_user # Remove most bundled libraries. Some are still needed. @@ -350,6 +352,11 @@ src_configure() { if ! use custom-cflags; then replace-flags "-Os" "-O2" strip-flags + + # Prevent linker from running out of address space, bug #471810 . + if use x86; then + filter-flags "-g*" + fi fi # Make sure the build system will use the right tools, bug #340795. |