summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-04-12 11:30:13 -0400
committerMike Gilbert <floppym@gentoo.org>2022-04-16 19:10:13 -0400
commitbe7c84504907e857ca9e88d36c49db8bd89dd46a (patch)
tree486e39699a684f492adff56b2591a943306245a2 /sys-apps
parentvirtual/tmpfiles: add systemd-utils, drop systemd-tmpfiles and opentmpfiles (diff)
downloadgentoo-be7c84504907e857ca9e88d36c49db8bd89dd46a.tar.gz
gentoo-be7c84504907e857ca9e88d36c49db8bd89dd46a.tar.bz2
gentoo-be7c84504907e857ca9e88d36c49db8bd89dd46a.zip
sys-apps/systemd-tmpfiles: add 250 to pull in systemd-utils
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd-tmpfiles/systemd-tmpfiles-250.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-250.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-250.ebuild
new file mode 100644
index 000000000000..97da597ebea3
--- /dev/null
+++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-250.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual package to depend on sys-apps/systemd-utils"
+HOMEPAGE="https://systemd.io/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="sys-apps/systemd-utils[tmpfiles]"