mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
12 lines
220 B
Bash
12 lines
220 B
Bash
# Copyright 2019-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit acct-user
|
|
|
|
ACCT_USER_ID=313
|
|
ACCT_USER_GROUPS=( flatpak )
|
|
KEYWORDS="~amd64 ~x86"
|
|
acct-user_add_deps
|