gentoo/dev-perl/IO-FDPass/IO-FDPass-1.3.ebuild
Sam James 461162c9b0
dev-perl/IO-FDPass: Keyword 1.3 ppc, #957585
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-11 12:03:39 +01:00

18 lines
335 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MLEHMANN
inherit perl-module
DESCRIPTION="Pass a file descriptor to another process, using a unix domain socket"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc x86"
DEPEND="
dev-perl/Canary-Stability
"
RDEPEND="${DEPEND}"