diff options
author | PA4WDH | 2021-08-04 14:06:14 +0200 |
---|---|---|
committer | PA4WDH | 2021-08-04 14:06:14 +0200 |
commit | c8d646531324e81b8b5f03f5a9d0c4b7c798928e (patch) | |
tree | fc07031423aaa61714c7021e6485bf521d6bf990 /virtual/tmpfiles/tmpfiles-0-r2.ebuild | |
download | opentmpfiles-c8d646531324e81b8b5f03f5a9d0c4b7c798928e.tar.gz opentmpfiles-c8d646531324e81b8b5f03f5a9d0c4b7c798928e.tar.bz2 opentmpfiles-c8d646531324e81b8b5f03f5a9d0c4b7c798928e.zip |
Initial commit
Diffstat (limited to 'virtual/tmpfiles/tmpfiles-0-r2.ebuild')
-rw-r--r-- | virtual/tmpfiles/tmpfiles-0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/virtual/tmpfiles/tmpfiles-0-r2.ebuild b/virtual/tmpfiles/tmpfiles-0-r2.ebuild new file mode 100644 index 0000000..c88d1d9 --- /dev/null +++ b/virtual/tmpfiles/tmpfiles-0-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 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="~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/opentmpfiles + )" + |