mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user