summaryrefslogtreecommitdiff
path: root/virtual/tmpfiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-15 13:38:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-15 13:38:09 +0100
commitdb70871b2044b9bfde346d6f4027dafb0a013c4c (patch)
tree34548aee54e5458d3754bd8c8f987acdb5ee444c /virtual/tmpfiles
parent1c382dc5dbc52576ac2300fee0498af8af44e7b4 (diff)
gentoo auto-resync : 15:06:2023 - 13:38:09
Diffstat (limited to 'virtual/tmpfiles')
-rw-r--r--virtual/tmpfiles/Manifest2
-rw-r--r--virtual/tmpfiles/tmpfiles-0-r5.ebuild (renamed from virtual/tmpfiles/tmpfiles-0-r3.ebuild)13
2 files changed, 7 insertions, 8 deletions
diff --git a/virtual/tmpfiles/Manifest b/virtual/tmpfiles/Manifest
index 63b9fa492881..82dfd8265e51 100644
--- a/virtual/tmpfiles/Manifest
+++ b/virtual/tmpfiles/Manifest
@@ -1,2 +1,2 @@
-EBUILD tmpfiles-0-r3.ebuild 490 BLAKE2B d8eff867992ecb265ed4cc6e76a207812af58b3f3bd923e5dbbe63a18a67f01fc1c09db6db74b590488d3e89d0a3261f5f409cacfe02190e207fbe75d7c2a27d SHA512 45057f586742653a3048bb7515eccc782ea0719c0e367d75417fa981df76662e82956af0c92c3621b490a0b7303b1f13eb37038ff2b4deccb73b4f4cfa2838e1
+EBUILD tmpfiles-0-r5.ebuild 491 BLAKE2B f41ad5b30b18c2fb1bdde53fb1fb6087982d97be23474ce40ac7ae59a32a48eff492aec39f8829d37fdecbf643ad190e0cba348efbec237d5a8468f4d579bf5a SHA512 61d07129cf5a0dbd911c1511c48d55fb7a0e191af2042e92d7a5ce256f68cbead00d5d5e74ea56c93b9515913a19b39dfd42994630c6b32241776bb713450a57
MISC metadata.xml 385 BLAKE2B 17b9cb463c3b44c7a167ce12c5d6515526e21a429a0b491d8af1f7d2e1afa6c612919e8c6474e8b99d9020553e05329e266d3cf6457c11dda2cae77c9f56e1fc SHA512 4b8010308dc81ce291c716823f7283ec2927b7b080d250c5f98288dc0db5f1da0b63f880a44db48e8f69455a52c5a5120ef8eceb7e775bdbf8779a86a21965d1
diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild b/virtual/tmpfiles/tmpfiles-0-r5.ebuild
index c6d790f1fae6..2d31b47c699d 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r5.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="systemd"
RDEPEND="
!prefix-guest? (
- || (
- sys-apps/systemd-utils[tmpfiles]
- sys-apps/systemd-tmpfiles
- sys-apps/systemd
- )
- )"
+ systemd? ( sys-apps/systemd )
+ !systemd? ( sys-apps/systemd-utils[tmpfiles] )
+ )
+"