net-misc/clatd: add ${EPREFIX} support

* This fixes the runtime behavior of clatd on prefix systems, so let's
  revbump the version, that's been merged to master already.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2025-06-22 23:45:29 +02:00
parent 5675155f94
commit 76f23ea338
2 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit systemd
inherit prefix systemd
DESCRIPTION="A CLAT / SIIT-DC Edge Relay implementation for Linux"
HOMEPAGE="https://github.com/toreanderson/clatd"
@@ -25,6 +25,11 @@ RDEPEND="
"
BEPEND="${COMMON_DEPEND}"
src_prepare() {
hprefixify scripts/clatd.systemd clatd
default
}
src_compile() {
pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
--section 8 README.pod > clatd.8 || die

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit systemd
inherit prefix systemd
DESCRIPTION="A CLAT / SIIT-DC Edge Relay implementation for Linux"
HOMEPAGE="https://github.com/toreanderson/clatd"
@@ -25,6 +25,11 @@ RDEPEND="
"
BEPEND="${COMMON_DEPEND}"
src_prepare() {
hprefixify scripts/clatd.systemd clatd
default
}
src_compile() {
pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
--section 8 README.pod > clatd.8 || die