blob: d93cb94e8064515a8ec24d95d963d8ad8d1fee61 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SLOT="0"
KEYWORDS="*"
inherit user
# TODO(crbug.com/1026816): this ebuild is just a placeholder (to satisfy Gentoo
# dependencies) while we wait to implement acct-{group,user} properly.
pkg_setup() {
enewgroup kvm
}