summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-10-07 12:01:09 -0400
committerMike Frysinger <vapier@google.com>2015-10-07 12:01:09 -0400
commit38297228a921b0aa27c38183b3594a84d539c627 (patch)
tree55526d2c2ad3dda3779897c99c2ba34e29abcb9b
parent87fc8da0c89b74b9bd32e8cc48d1f0b1e9dded78 (diff)
downloadintegration-38297228a921b0aa27c38183b3594a84d539c627.tar.gz
portage: make.conf: delete bunzip2 command
We don't actually need to set this (it's a copy & paste from CrOS), and it breaks things because portage will try to run `bzip2 -c foo.bz2` but that will try to compress, not decompress. Change-Id: I24fc43169102b0698778bf957b052e3b74ea8e74
-rw-r--r--portage/make.conf.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/portage/make.conf.in b/portage/make.conf.in
index 99dc330..a48d76c 100644
--- a/portage/make.conf.in
+++ b/portage/make.conf.in
@@ -7,7 +7,6 @@ ROOTPATH="/usr/bin:/bin:/usr/sbin:/sbin:${PORTAGE_PREFIX}/usr/bin:${ANDROID_BUIL
ACCEPT_KEYWORDS="~${ARCH}"
-PORTAGE_BUNZIP2_COMMAND="bzip2"
FEATURES="-sandbox -usersandbox"
EMERGE_DEFAULT_OPTS="--root-deps=rdeps --quiet-build y --jobs 4"