From 04765ec8c2ad6e6881e64358bc0c4f865518216a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Jul 2023 22:25:16 +0100 Subject: virtual/* : EAPI bump --- virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild | 16 ++++++++++++++++ virtual/tmpfiles/tmpfiles-1.314.1337.ebuild | 10 ---------- 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild delete mode 100644 virtual/tmpfiles/tmpfiles-1.314.1337.ebuild (limited to 'virtual/tmpfiles') diff --git a/virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild b/virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild new file mode 100644 index 00000000..2d31b47c --- /dev/null +++ b/virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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? ( + systemd? ( sys-apps/systemd ) + !systemd? ( sys-apps/systemd-utils[tmpfiles] ) + ) +" diff --git a/virtual/tmpfiles/tmpfiles-1.314.1337.ebuild b/virtual/tmpfiles/tmpfiles-1.314.1337.ebuild deleted file mode 100644 index 82f468c2..00000000 --- a/virtual/tmpfiles/tmpfiles-1.314.1337.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual to select between different tmpfiles.d handlers" -SLOT="0" -KEYWORDS="amd64 arm64" - -RDEPEND="sys-apps/systemd-tmpfiles" -- cgit v1.2.3