projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7c16f
)
www-client/chromium: simplify CHROMIUM_HOME
author
Mike Gilbert
<floppym@gentoo.org>
Sat, 20 Aug 2016 14:40:34 +0000
(10:40 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sat, 20 Aug 2016 14:40:34 +0000
(10:40 -0400)
We no longer have a "live" slot, so this code is unnecessary.
www-client/chromium/chromium-54.0.2832.2.ebuild
patch
|
blob
|
history
diff --git
a/www-client/chromium/chromium-54.0.2832.2.ebuild
b/www-client/chromium/chromium-54.0.2832.2.ebuild
index 9b68f52681108ea7b0671ad241915e4a6d7b202b..4231c330cedbe4eb53c9dd151ca484d4bef85418 100644
(file)
--- a/
www-client/chromium/chromium-54.0.2832.2.ebuild
+++ b/
www-client/chromium/chromium-54.0.2832.2.ebuild
@@
-181,12
+181,6
@@
pkg_pretend() {
}
pkg_setup() {
- if [[ "${SLOT}" == "0" ]]; then
- CHROMIUM_SUFFIX=""
- else
- CHROMIUM_SUFFIX="-${SLOT}"
- fi
- CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser${CHROMIUM_SUFFIX}"
# Make sure the build system will use the right python, bug #344367.
python-any-r1_pkg_setup
@@
-619,6
+613,7
@@
src_compile() {
}
src_install() {
+ local CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser${CHROMIUM_SUFFIX}"
exeinto "${CHROMIUM_HOME}"
doexe out/Release/chrome || die