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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A773B158020 for ; Wed, 26 Oct 2022 00:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0610E07DB; Wed, 26 Oct 2022 00:23:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6AABE07DB for ; Wed, 26 Oct 2022 00:23:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AEF63412A6 for ; Wed, 26 Oct 2022 00:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C13BD627 for ; Wed, 26 Oct 2022 00:23:27 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1666743624.c046ee45bcc9d2e6164b70f73acf7074e03d31f1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/, sys-apps/portage/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/files/portage-tmpdir.conf sys-apps/portage/portage-3.0.38.1-r1.ebuild sys-apps/portage/portage-3.0.38.1-r2.ebuild X-VCS-Directories: sys-apps/portage/ sys-apps/portage/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c046ee45bcc9d2e6164b70f73acf7074e03d31f1 X-VCS-Branch: master Date: Wed, 26 Oct 2022 00:23:27 +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: ef97611c-8e37-4acf-8340-0011d1cff45a X-Archives-Hash: f8da947dadef1750d5e034cc04e06c3e commit: c046ee45bcc9d2e6164b70f73acf7074e03d31f1 Author: Mike Gilbert gentoo org> AuthorDate: Wed Oct 26 00:18:33 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Oct 26 00:20:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c046ee45 sys-apps/portage: update tmpfiles.d to create /tmp/portage This is common alternate location for PORTAGE_TMPDIR. Bug: https://bugs.gentoo.org/853283 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/portage/files/portage-tmpdir.conf | 1 + .../portage/{portage-3.0.38.1-r1.ebuild => portage-3.0.38.1-r2.ebuild} | 0 2 files changed, 1 insertion(+) diff --git a/sys-apps/portage/files/portage-tmpdir.conf b/sys-apps/portage/files/portage-tmpdir.conf index 63a9bcf07097..4f6e20ccb521 100644 --- a/sys-apps/portage/files/portage-tmpdir.conf +++ b/sys-apps/portage/files/portage-tmpdir.conf @@ -1 +1,2 @@ d /var/tmp/portage 0775 portage portage +d /tmp/portage 0775 portage portage diff --git a/sys-apps/portage/portage-3.0.38.1-r1.ebuild b/sys-apps/portage/portage-3.0.38.1-r2.ebuild similarity index 100% rename from sys-apps/portage/portage-3.0.38.1-r1.ebuild rename to sys-apps/portage/portage-3.0.38.1-r2.ebuild