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