blob: bcb2ce60f19d1932a09e8276a4d252ae06c54b67 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SLOT="0"
KEYWORDS="*"
LICENSE=BSD-Google
inherit user
# TODO(crbug/1026816): this is a placeholder (to satisfy Gentoo
# gpsd dependencies) while acct-{group,user} are implemented.
pkg_setup() {
enewuser gpsd
}