Merge pull request #54 from marineam/lbzip2

feat(profiles): Add lbzip2 to base system package set
This commit is contained in:
Michael Marineau 2013-07-05 22:11:36 -07:00
commit 25be6f5389
4 changed files with 7 additions and 4 deletions

View File

@ -26,7 +26,8 @@ PORTDIR_OVERLAY="
# of the ChromiumOS set. You can use "--select" to override this.
EMERGE_DEFAULT_OPTS="--oneshot"
# Use parallel bzip2 for portage if available
# Use parallel bzip2 for portage
# TODO(marineam): switch to lbzip2
PORTAGE_BZIP2_COMMAND="pbzip2"
PORTAGE_BUNZIP2_COMMAND="pbunzip2 --ignore-trailing-garbage=1"

View File

@ -37,9 +37,9 @@ PORTDIR_OVERLAY="
# of the ChromiumOS set. You can use "--select" to override this.
EMERGE_DEFAULT_OPTS="--oneshot"
# Use parallel bzip2 for portage if available
PORTAGE_BZIP2_COMMAND="pbzip2"
PORTAGE_BUNZIP2_COMMAND="pbunzip2 --ignore-trailing-garbage=1"
# Use parallel bzip2 for portage
PORTAGE_BZIP2_COMMAND="lbzip2"
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
FETCHCOMMAND_GS="bash -c 'BOTO_CONFIG=/home/\${PORTAGE_USERNAME}/.boto gsutil cp \"${URI}\" \"${DISTDIR}/${FILE}\"'"
RESUMECOMMAND_GS="bash -c 'BOTO_CONFIG=/home/\${PORTAGE_USERNAME}/.boto gsutil cp \"${URI}\" \"${DISTDIR}/${FILE}\"'"

View File

@ -13,3 +13,4 @@
*sys-apps/man-pages
*sys-apps/util-linux
*sys-apps/efunctions
*app-arch/lbzip2

View File

@ -7,6 +7,7 @@
app-arch/bzip2
app-arch/gzip
app-arch/lbzip2
app-arch/tar
app-shells/bash
net-misc/rsync