From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BC5E158088 for ; Tue, 28 Oct 2025 06:03:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 085303415C7 for ; Tue, 28 Oct 2025 06:03:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D4BAF110577; Tue, 28 Oct 2025 06:03:28 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CB17F110576 for ; Tue, 28 Oct 2025 06:03:28 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 846E8341450 for ; Tue, 28 Oct 2025 06:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC3603AFC for ; Tue, 28 Oct 2025 06:03:25 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1761631344.4c25495ce8deb95c0645ac182458b32bc1afa545.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/smart-live-rebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r1.ebuild app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild X-VCS-Directories: app-portage/smart-live-rebuild/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 4c25495ce8deb95c0645ac182458b32bc1afa545 X-VCS-Branch: master Date: Tue, 28 Oct 2025 06:03:25 +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: f9d8aca4-95c1-4b70-a394-10a82dc1ab2f X-Archives-Hash: 51d90b697b714422a808ff424777a72f commit: 4c25495ce8deb95c0645ac182458b32bc1afa545 Author: Eli Schwartz gentoo org> AuthorDate: Mon Oct 27 03:17:27 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Oct 28 06:02:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c25495c app-portage/smart-live-rebuild: add missing dep on portage Despite nominally using gentoopm as an abstraction, it still relies directly on portage._sets.base.PackageSet and crashes if built for gentoopm+pkgcore using one python impl, when portage is built for a different impl. Signed-off-by: Eli Schwartz gentoo.org> ...-live-rebuild-1.4.1.ebuild => smart-live-rebuild-1.4.1-r1.ebuild} | 5 ++++- app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r1.ebuild similarity index 89% rename from app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild rename to app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r1.ebuild index 9bf1510faf9e..d9adeea3bed2 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.1-r1.ebuild @@ -16,7 +16,10 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]" +RDEPEND=" + >=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] +" distutils_enable_tests pytest diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild index 5e102332f98b..5e42a55c9ee3 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild @@ -15,7 +15,10 @@ EGIT_REPO_URI="https://github.com/gentoo/${PN}.git" LICENSE="BSD-2" SLOT="0" -RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]" +RDEPEND=" + >=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] +" distutils_enable_tests pytest