acct-user/miredo - 0 (booboo)

Search

Install

Install this version:

emerge -a =acct-user/miredo-0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =acct-user/miredo-0

Or alternatively:

emerge --autounmask-write -a =acct-user/miredo-0

Package Information

Ebuild Details

Version EAPI Keywords Slot
0 7
View Raw Ebuild
# Copyright 2019 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

## provides everything
inherit acct-user

RDEPEND="
	acct-group/${PN}
"

declare -g -i ACCT_USER_ID=-1
declare -g -- ACCT_USER_HOME="/var/empty"
declare -g -a ACCT_USER_GROUPS=( "${PN}" )

# This must be called if ACCT_USER_GROUPS are set.
acct-user_add_deps

Inherited Eclasses

Dependencies

RDEPEND

	acct-group/miredo