From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1048740-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB77F138334 for <garchives@archives.gentoo.org>; Mon, 24 Sep 2018 20:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A65E0A99; Mon, 24 Sep 2018 20:35:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9679DE0A99 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Sep 2018 20:35:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EBDA335CC7 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Sep 2018 20:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9137142F for <gentoo-commits@lists.gentoo.org>; Mon, 24 Sep 2018 20:35:42 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1537821333.5aeb5785d20440e0ecd0e80e24209a2c4058ad29.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-2.3.50-r1.ebuild sys-apps/portage/portage-2.3.50.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5aeb5785d20440e0ecd0e80e24209a2c4058ad29 X-VCS-Branch: master Date: Mon, 24 Sep 2018 20:35:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1646d366-8fa5-4cec-a597-ffd84d0027ab X-Archives-Hash: 0a6be3ad29fd263afdd8e309ffba6854 commit: 5aeb5785d20440e0ecd0e80e24209a2c4058ad29 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Sep 24 20:33:57 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Sep 24 20:35:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aeb5785 sys-apps/portage: 2.3.50-r1 revbump for bug 667008 Closes: https://bugs.gentoo.org/667008 Package-Manager: Portage-2.3.50, Repoman-2.3.10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> sys-apps/portage/{portage-2.3.50.ebuild => portage-2.3.50-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/portage/portage-2.3.50.ebuild b/sys-apps/portage/portage-2.3.50-r1.ebuild similarity index 97% rename from sys-apps/portage/portage-2.3.50.ebuild rename to sys-apps/portage/portage-2.3.50-r1.ebuild index 9fc9f28ea21..1c6ba953d00 100644 --- a/sys-apps/portage/portage-2.3.50.ebuild +++ b/sys-apps/portage/portage-2.3.50-r1.ebuild @@ -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":' \