mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 00:48:23 +00:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
37 lines
801 B
Bash
37 lines
801 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=1.11
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Roles with composition parameters"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm ~arm64 ppc ~riscv x86 ~x64-macos"
|
|
|
|
RDEPEND="
|
|
!<=dev-perl/MooseX-Storage-0.460.0
|
|
virtual/perl-Carp
|
|
dev-perl/Module-Runtime
|
|
>=dev-perl/Moose-2.30.0
|
|
dev-perl/namespace-autoclean
|
|
>=dev-perl/namespace-clean-0.190.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
>=dev-perl/Module-Build-Tiny-0.34.0
|
|
test? (
|
|
>=dev-perl/CPAN-Meta-Check-0.11.0
|
|
virtual/perl-CPAN-Meta-Requirements
|
|
virtual/perl-Data-Dumper
|
|
virtual/perl-File-Spec
|
|
virtual/perl-Module-Metadata
|
|
virtual/perl-Storable
|
|
dev-perl/Test-Fatal
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
dev-perl/Test-Needs
|
|
)
|
|
"
|