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 0FB2B1581C1 for ; Wed, 10 Jul 2024 18:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 505B4E2A0A; Wed, 10 Jul 2024 18:24: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 31012E2A0A for ; Wed, 10 Jul 2024 18:24: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 32503335D21 for ; Wed, 10 Jul 2024 18:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43CD6341 for ; Wed, 10 Jul 2024 18:24:27 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1720635840.b5e2823a29eab0905cb78f77b0edbe954fb742b7.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/rsync-generation/update-rsync-master.sh X-VCS-Directories: scripts/rsync-generation/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: b5e2823a29eab0905cb78f77b0edbe954fb742b7 X-VCS-Branch: master Date: Wed, 10 Jul 2024 18:24: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: e4ec491c-c426-4755-9b96-c5b6b93e8fb7 X-Archives-Hash: 82bb30adcb7ad00f12d4920c6f54e068 commit: b5e2823a29eab0905cb78f77b0edbe954fb742b7 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jul 10 18:24:00 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jul 10 18:24:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b5e2823a pts/rsync-generation/update-rsync-master: fix PYTHONPATH Signed-off-by: Fabian Groffen gentoo.org> scripts/rsync-generation/update-rsync-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh index b169a4a3f2..0cd30671bc 100755 --- a/scripts/rsync-generation/update-rsync-master.sh +++ b/scripts/rsync-generation/update-rsync-master.sh @@ -20,7 +20,7 @@ RSYNCDIR="${BASE_PATH}/master-rsync-tree" #### ---- Portage setup (use local modified copy) ---- #### PORTAGE_BASE_PATH="${BASE_PATH}/prefix/usr/lib/portage/" -PYTHONPATH="${PORTAGE_BASE_PATH}/pym" +PYTHONPATH="${PORTAGE_BASE_PATH}/lib" PORTAGE_CONFIGROOT="${BASE_PATH}/misc/config_root" PORTAGE_DEPCACHEDIR="${BASE_PATH}/depcache"