Install this version:
emerge -a =runit-service/setupservices-1-r3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =runit-service/setupservices-1-r3
Or alternatively:
emerge --autounmask-write -a =runit-service/setupservices-1-r3
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Setup system to use runit services"
HOMEPAGE="http://powerman.name/"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="acct-user/log"
src_unpack() {
mkdir -p "${S}"
}
src_install() {
newenvd "${FILESDIR}"/services.envd 10services
}
acct-user/log