blob: d0590da21f8e58ae1aba031f335342b273a43d1c [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/1026816): this is a placeholder (to satisfy Gentoo
# gpsd dependencies) while acct-{group,user} are implemented.
pkg_setup() {
enewuser gpsd
}