blob: 82f468c2518f534f84ee5433cabb38fd9eecd19f (
plain)
1
2
3
4
5
6
7
8
9
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 arm64"
RDEPEND="sys-apps/systemd-tmpfiles"
|