From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D4F96138334 for ; Thu, 5 Sep 2019 10:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A834EE077F; Thu, 5 Sep 2019 10:31:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8479DE077F for ; Thu, 5 Sep 2019 10:31:01 +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 22D5C34AC74 for ; Thu, 5 Sep 2019 10:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F952763 for ; Thu, 5 Sep 2019 10:30:58 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1567679401.4cd61342d847cb65569cf938728b995b8f0c20ca.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/prefix-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/prefix-toolkit/prefix-toolkit-5.ebuild X-VCS-Directories: app-portage/prefix-toolkit/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 4cd61342d847cb65569cf938728b995b8f0c20ca X-VCS-Branch: master Date: Thu, 5 Sep 2019 10:30:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c9cb701-0cf9-4e5b-9c3f-4a439139c551 X-Archives-Hash: 54e7aeb2c4900eb23f7376dda28ac000 commit: 4cd61342d847cb65569cf938728b995b8f0c20ca Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Sep 5 10:29:14 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu Sep 5 10:30:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd61342 app-portage/prefix-toolkit: drop /portage from child's PORTAGE_TMPDIR Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Haubenwallner gentoo.org> app-portage/prefix-toolkit/prefix-toolkit-5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild b/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild index 88068a06a24..62f94528cc1 100644 --- a/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild +++ b/app-portage/prefix-toolkit/prefix-toolkit-5.ebuild @@ -455,7 +455,7 @@ ebegin "creating make.conf" echo "EPREFIX=\"${CHILD_EPREFIX}\"" echo "PORTAGE_OVERRIDE_EPREFIX=\"${PARENT_EPREFIX}\"" echo "BROOT=\"${PARENT_EPREFIX}\"" - echo "PORTAGE_TMPDIR=\"\${EPREFIX}/var/tmp/portage\"" + echo "PORTAGE_TMPDIR=\"\${EPREFIX}/var/tmp\"" # Since EAPI 7 there is BDEPEND, which is DEPEND in EAPI up to 6. # We do not want to pull DEPEND from EAPI <= 6, but RDEPEND only. echo "EMERGE_DEFAULT_OPTS=\"--root-deps=rdeps\""