diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-25 22:25:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-25 22:25:16 +0100 |
commit | 04765ec8c2ad6e6881e64358bc0c4f865518216a (patch) | |
tree | 51398445017c236a5398cd8f295fe98182949d2a /virtual/tmpfiles | |
parent | c2240a7b6fd9038335d8ba609663ef909689abc3 (diff) |
virtual/* : EAPI bump
Diffstat (limited to 'virtual/tmpfiles')
-rw-r--r-- | virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild | 16 | ||||
-rw-r--r-- | virtual/tmpfiles/tmpfiles-1.314.1337.ebuild | 10 |
2 files changed, 16 insertions, 10 deletions
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" |