Skip to content

Commit

Permalink
sys-apps/portage: 2.3.50-r1 revbump for bug 667008
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/667008
Package-Manager: Portage-2.3.50, Repoman-2.3.10
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Sep 24, 2018
1 parent 4cf6c08 commit 5aeb578
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ pkg_setup() {
python_prepare_all() {
distutils-r1_python_prepare_all

# Apply fbc100e68802 for bug 667008
sed -i 's:\[\[ -z ${PORTAGE_COMPRESS} \]\] && exit 0:if [[ -z ${PORTAGE_COMPRESS} ]]; then\n\tfind "${ED}" -name '\''*.ecompress'\'' -delete\n\texit 0\nfi:' bin/ecompress || die

if use gentoo-dev; then
einfo "Disabling --dynamic-deps by default for gentoo-dev..."
sed -e 's:\("--dynamic-deps", \)\("y"\):\1"n":' \
Expand Down

0 comments on commit 5aeb578

Please sign in to comment.