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 60A1A15808B for ; Sun, 17 Apr 2022 12:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACDFAE092D; Sun, 17 Apr 2022 12:48:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 944C1E092D for ; Sun, 17 Apr 2022 12:48:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3B16341770 for ; Sun, 17 Apr 2022 12:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56BE9355 for ; Sun, 17 Apr 2022 12:48:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650199720.ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/tmpfiles/tmpfiles-0-r2.ebuild virtual/tmpfiles/tmpfiles-0-r3.ebuild X-VCS-Directories: virtual/tmpfiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1 X-VCS-Branch: master Date: Sun, 17 Apr 2022 12:48:48 +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: 513af0c8-90c5-44a1-980e-ec1a657a136c X-Archives-Hash: edaa5337c77d1fe6f1e733d3fb0b99f6 commit: ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 12:45:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 12:48:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1b03dc virtual/tmpfiles: keep transitional sys-apps/systemd-tmpfiles Portage may be inclined to try (and fail) to use systemd here instead of the new (for non-systemd systems) systemd-utils tools package, so let's include systemd-tmpfiles instead, which is a transitional package, below systemd-utils. Already seen one nasty such situation where Portage gets confused & can't resolve w/o this, and this sorts it out. Signed-off-by: Sam James gentoo.org> virtual/tmpfiles/{tmpfiles-0-r2.ebuild => tmpfiles-0-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/virtual/tmpfiles/tmpfiles-0-r2.ebuild b/virtual/tmpfiles/tmpfiles-0-r3.ebuild similarity index 94% rename from virtual/tmpfiles/tmpfiles-0-r2.ebuild rename to virtual/tmpfiles/tmpfiles-0-r3.ebuild index 98146846fcc7..3b9e2b2f95f7 100644 --- a/virtual/tmpfiles/tmpfiles-0-r2.ebuild +++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild @@ -11,6 +11,7 @@ RDEPEND=" !prefix-guest? ( || ( sys-apps/systemd-utils[tmpfiles] + sys-apps/systemd-tmpfiles sys-apps/systemd ) )"