summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-08-18 02:33:26 +0000
committerMike Gilbert <floppym@gentoo.org>2013-08-18 02:33:26 +0000
commit352913f6d1837180bbfc1cd806625c2d50810e47 (patch)
tree8dce36d6ce8d76f802aebc52ea596dd96509d6aa /www-client
parentInstall the chrome_sandbox binary as chrome-sandbox due to change in code ups... (diff)
downloadgentoo-2-352913f6d1837180bbfc1cd806625c2d50810e47.tar.gz
gentoo-2-352913f6d1837180bbfc1cd806625c2d50810e47.tar.bz2
gentoo-2-352913f6d1837180bbfc1cd806625c2d50810e47.zip
Apply previous change to the live ebuild.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/ChangeLog5
-rw-r--r--www-client/chromium/chromium-9999-r1.ebuild11
2 files changed, 7 insertions, 9 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog
index b538e11c65d3..ffa2857cedd2 100644
--- a/www-client/chromium/ChangeLog
+++ b/www-client/chromium/ChangeLog
@@ -1,6 +1,9 @@
# 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.932 2013/08/18 02:31:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.933 2013/08/18 02:33:26 floppym Exp $
+
+ 18 Aug 2013; Mike Gilbert <floppym@gentoo.org> chromium-9999-r1.ebuild:
+ Apply previous change to the live ebuild.
*chromium-30.0.1599.0-r1 (18 Aug 2013)
diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild
index f57d1e2afbfa..55c0d325a721 100644
--- a/www-client/chromium/chromium-9999-r1.ebuild
+++ b/www-client/chromium/chromium-9999-r1.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-9999-r1.ebuild,v 1.210 2013/08/17 23:31:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.211 2013/08/18 02:33:26 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -363,11 +363,6 @@ src_configure() {
myconf+="
-Dlogging_like_official_build=1"
- # Enable SUID sandbox.
- myconf+="
- -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox
- -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome"
-
# Never use bundled gold binary. Disable gold linker flags for now.
myconf+="
-Dlinux_use_gold_binary=0
@@ -563,8 +558,8 @@ src_install() {
exeinto "${CHROMIUM_HOME}"
doexe out/Release/chrome || die
- doexe out/Release/chrome_sandbox || die
- fperms 4755 "${CHROMIUM_HOME}/chrome_sandbox"
+ newexe out/Release/chrome_sandbox chrome-sandbox || die
+ fperms 4755 "${CHROMIUM_HOME}/chrome-sandbox"
doexe out/Release/chromedriver || die