blob: 7ddbbf293423790a104c2698b4f3e27d933860b7 (
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"
RDEPEND="sys-apps/systemd-tmpfiles"
|