For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so that hardli...
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Feb 2007 05:05:16 +0000 (05:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Feb 2007 05:05:16 +0000 (05:05 -0000)
svn path=/main/branches/2.1.2/; revision=6089

bin/ecompress
man/make.conf.5

index 91172177e03da3e330938f93be9f4f24a86ea450..2b2fa814d223bbfadfb75749968b2aa9cdf92be4 100755 (executable)
@@ -14,7 +14,7 @@ source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 PORTAGE_COMPRESS=${PORTAGE_COMPRESS:-bzip2}
 if [[ -z ${PORTAGE_COMPRESS_FLAGS} ]] ; then
        case ${PORTAGE_COMPRESS} in
-               bzip2|gzip)  PORTAGE_COMPRESS_FLAGS="-9";;
+               bzip2|gzip)  PORTAGE_COMPRESS_FLAGS="-f9";;
        esac
 fi
 
index 7fd1d35ca4e81ffd788d3f7786ef5d1be03497ef..83ebf7a65739bb08b88badfbbe640f1b6672a190 100644 (file)
@@ -330,7 +330,7 @@ the host that creates the binary packages and not to the root of the \fBPKGDIR\f
 This variable contains the command used to compress documentation during the
 install phase.
 .TP
-\fBPORTAGE_COMPRESS_FLAGS\fR = \fI"\-9"\fR
+\fBPORTAGE_COMPRESS_FLAGS\fR = \fI"\-f9"\fR
 This variable contains flags for the \fBPORTAGE_COMPRESS\fR command.
 .TP
 .B PORTAGE_ELOG_CLASSES