public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/
Date: Tue, 24 Aug 2021 11:33:33 +0000 (UTC)	[thread overview]
Message-ID: <1629804801.d702ff0f19553a4ce20317877fb09f7b7b9b845e.grobian@gentoo> (raw)

commit:     d702ff0f19553a4ce20317877fb09f7b7b9b845e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 11:33:06 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 11:33:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d702ff0f

virtual/tmpfiles: do not require an impl on Prefix guest

Prefix guest installs don't boot, the host does, but the Prefix is
always there.  Apart from systemd far from compiling on non-Linux, it
isn't necessary, so skip it.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r1.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r1.ebuild b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
index 03ef3601895..ab126e516e9 100644
--- a/virtual/tmpfiles/tmpfiles-0-r1.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
@@ -8,8 +8,10 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-	|| (
-		sys-apps/systemd-tmpfiles
-		sys-apps/opentmpfiles
-		sys-apps/systemd
+	!prefix-guest? (
+		|| (
+			sys-apps/systemd-tmpfiles
+			sys-apps/opentmpfiles
+			sys-apps/systemd
+		)
 	)"


             reply	other threads:[~2021-08-24 11:33 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-24 11:33 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-15  2:07 [gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/ Sam James
2023-06-15  2:03 Sam James
2023-04-22 12:08 Sam James
2022-08-04 21:56 David Seifert
2022-06-04  2:21 Sam James
2022-06-03  7:05 Sam James
2022-06-03  0:52 Sam James
2022-06-03  0:52 Sam James
2022-06-03  0:37 Sam James
2022-06-02  1:52 Sam James
2022-06-02  1:52 Sam James
2022-05-30  7:15 Sam James
2022-04-17 12:48 Sam James
2022-04-16 23:13 Mike Gilbert
2021-05-13 15:19 David Seifert
2021-01-06 12:42 Fabian Groffen
2020-12-03 11:32 Andreas K. Hüttel
2020-11-28 19:15 Georgy Yakovlev
2020-11-28 19:15 Georgy Yakovlev
2020-10-29  6:42 Georgy Yakovlev
2019-05-04  9:37 Mikle Kolyada
2018-12-07  9:01 Fabian Groffen
2018-07-04 14:08 Michael Haubenwallner
2018-02-22 20:49 Michał Górny
2017-04-08  8:58 Jeroen Roovers
2017-03-11 17:07 Agostino Sarubbo
2017-02-28 11:22 Tobias Klausmann
2017-02-25 10:03 Agostino Sarubbo
2017-02-24  8:30 Michael Weber
2017-02-24  5:45 Mike Frysinger
2017-02-22 16:08 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2016-12-01 22:18 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1629804801.d702ff0f19553a4ce20317877fb09f7b7b9b845e.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox