commit:     47d36483dae6870106dd6344ec347a02e41bd6c0
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 20:15:25 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 20:15:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d36483

www-client/google-chrome-beta: Strip RPATH=$ORIGIN

Package-Manager: portage-2.2.26_p10

 .../google-chrome-beta/google-chrome-beta-48.0.2564.23_p1.ebuild    | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-48.0.2564.23_p1.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-48.0.2564.23_p1.ebuild
index e8b0bfa..b8bb8a1 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-48.0.2564.23_p1.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-48.0.2564.23_p1.ebuild
@@ -36,6 +36,7 @@ KEYWORDS="-* ~amd64 ~x86"
 IUSE="+plugins"
 RESTRICT="bindist mirror strip"
 
+DEPEND="app-admin/chrpath"
 RDEPEND="
        app-arch/bzip2
        app-misc/ca-certificates
@@ -89,7 +90,7 @@ are not displayed properly:
 Depending on your desktop environment, you may need
 to install additional packages to get icons on the Downloads page.
 
-For KDE, the required package is kde-base/oxygen-icons.
+For KDE, the required package is kde-frameworks/oxygen-icons.
 
 For other desktop environments, try one of the following:
 - x11-themes/gnome-icon-theme
@@ -126,6 +127,9 @@ src_install() {
                newicon -s ${size} "${CHROME_HOME}/product_logo_${size}.png" 
${PN}.png
        done
 
+       # Work around RPATH=$ORIGIN QA check
+       chrpath -d "${CHROME_HOME}/chrome-sandbox" || die
+
        insinto /
        doins -r opt usr
 

Reply via email to