Install this version:
emerge -a =games-util/steam-nofile-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/steam-nofile-1.0
Or alternatively:
emerge --autounmask-write -a =games-util/steam-nofile-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
EAPI=8
DESCRIPTION="Sets high file descriptor limits for Steam"
HOMEPAGE="https://github.com/arran4/arrans-overlay"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}"
src_install() {
insinto /etc/security/limits.d
doins "${FILESDIR}/26-steam-nofile.conf"
}