Install this version:
emerge -a =sys-apps/s6-frontend-0.0.1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/s6-frontend-0.0.1.2
Or alternatively:
emerge --autounmask-write -a =sys-apps/s6-frontend-0.0.1.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.1.2 | 9 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit toolchain-funcs
DESCRIPTION="Frontend to the s6 init system"
HOMEPAGE="https://skarnet.org/software/s6-frontend/"
SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-lang/execline:=
>=dev-libs/skalibs-2.15.0.0:=
sys-apps/s6:=[execline]
>=sys-apps/s6-rc-0.6.1.1:=
"
DEPEND="${RDEPEND}
sys-apps/s6-linux-init:=
"
HTML_DOCS=( doc/. )
src_prepare() {
default
# Avoid QA warning for LDFLAGS addition
sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die
}
src_configure() {
tc-export AR CC RANLIB
local myconf=(
--bindir=/bin
--dynlibdir="/$(get_libdir)"
--libdir="/usr/$(get_libdir)/${PN}"
--libexecdir=/lib/s6
--with-dynlib="/$(get_libdir)"
--with-lib="/usr/$(get_libdir)/execline"
--with-lib="/usr/$(get_libdir)/s6"
--with-lib="/usr/$(get_libdir)/s6-rc"
--with-lib="/usr/$(get_libdir)/skalibs"
--with-sysdeps="/usr/$(get_libdir)/skalibs"
--enable-shared
--disable-allstatic
--disable-static
--disable-static-libc
)
econf "${myconf[@]}"
}
dev-lang/execline:= >=dev-libs/skalibs-2.15.0.0:= sys-apps/s6:=[execline] >=sys-apps/s6-rc-0.6.1.1:= sys-apps/s6-linux-init:=
dev-lang/execline:= >=dev-libs/skalibs-2.15.0.0:= sys-apps/s6:=[execline] >=sys-apps/s6-rc-0.6.1.1:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | s6-frontend-0.0.1.2.tar.gz | 57275 bytes | https://www.skarnet.org/software/s6-frontend/s6-frontend-0.0.1.2.tar.gz |