profiles/arch/arm64: Unmask py3.8+3.9
[gentoo.git] / dev-perl / Time-Out / Time-Out-0.110.0-r1.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=PATL
7 DIST_VERSION=0.11
8 inherit perl-module
9
10 DESCRIPTION="Easily timeout long running operations"
11
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 RDEPEND=""
17 DEPEND="${RDEPEND}
18         virtual/perl-ExtUtils-MakeMaker
19 "
20 PERL_RM_FILES=( "t/pod.t" )