Files
gentoo/dev-perl/MCE/MCE-1.902.0.ebuild
Arthur Zamarin 349e3c3ee8 dev-perl/MCE: Stabilize 1.902.0 amd64, #965240
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-28 16:19:39 +02:00

23 lines
417 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MARIOROY
DIST_VERSION=1.902
inherit perl-module
DESCRIPTION="Many-Core Engine providing parallel processing capabilities"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="+sereal"
RDEPEND="
sereal? (
>=dev-perl/Sereal-Encoder-3.15.0
>=dev-perl/Sereal-Decoder-3.15.0
)
"
BDEPEND="${RDEPEND}"