Install this version:
emerge -a =app-misc/var-run-0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/var-run-0
Or alternatively:
emerge --autounmask-write -a =app-misc/var-run-0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0 | 7 | amd64 | 0 |
EAPI=7
DESCRIPTION="Dummy package to keep /var/run symlink from being removed"
HOMEPAGE="https://github.com/floppym/floppym"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
S=${WORKDIR}
src_install() {
keepdir /var/run
}