mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
The arch and OS that matches it are obsolete. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
37 lines
829 B
Bash
37 lines
829 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=0.32
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Minimal try/catch with proper localization of \$@"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
|
|
IUSE="minimal"
|
|
|
|
RDEPEND="
|
|
!<=dev-perl/Try-Tiny-Except-0.10.0
|
|
!minimal? (
|
|
|| ( >=virtual/perl-Scalar-List-Utils-1.400.0 dev-perl/Sub-Name )
|
|
)
|
|
virtual/perl-Carp
|
|
>=virtual/perl-Exporter-5.570.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
!minimal? (
|
|
>=virtual/perl-CPAN-Meta-2.120.900
|
|
>=dev-perl/Capture-Tiny-0.120.0
|
|
)
|
|
virtual/perl-File-Spec
|
|
virtual/perl-Test-Simple
|
|
virtual/perl-if
|
|
)
|
|
"
|