diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-24 22:04:07 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-24 22:04:07 +0000 |
commit | 8200b1a3de89546caacd213dcaa4424a7337d91f (patch) | |
tree | e2c7007c22f89deee5af6c7239e00743544c8bc2 /virtual/tmpfiles | |
parent | b9e8d1e582478d9c13234ce67111ab617b3e238f (diff) |
adjust some virtuals, replace sys-apps/opentmpfiles with sys-apps/systemd-tmpfiles (static linked, better supported)
Diffstat (limited to 'virtual/tmpfiles')
-rw-r--r-- | virtual/tmpfiles/tmpfiles-0-r10.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/virtual/tmpfiles/tmpfiles-0-r10.ebuild b/virtual/tmpfiles/tmpfiles-0-r10.ebuild new file mode 100644 index 00000000..7ddbbf29 --- /dev/null +++ b/virtual/tmpfiles/tmpfiles-0-r10.ebuild @@ -0,0 +1,10 @@ +# 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" + +RDEPEND="sys-apps/systemd-tmpfiles" |