net-misc/kissy: fix compile and install

Closes: https://bugs.gentoo.org/976346
Closes: https://bugs.gentoo.org/976347
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-05-31 17:19:20 +01:00
parent 14ecdca30a
commit 24e4571f4f

View File

@@ -17,6 +17,10 @@ KEYWORDS="~amd64 ~arm64"
RDEPEND="net-misc/openssh"
DEPEND="${RDEPEND}"
src_install() {
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PREFIX="${D}/usr" install
src_compile() {
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {
emake PREFIX="${D}/usr" install
}