dev-libs/tomsfastmath: keyworded 0.13.1 for ppc64, bug #725414
[gentoo.git] / dev-perl / Test-Time / Test-Time-0.50.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=SATOH
7 DIST_VERSION=0.05
8 inherit perl-module
9
10 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
11
12 SLOT="0"
13 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
14 IUSE=""
15
16 RDEPEND="
17         virtual/perl-Test-Simple
18 "
19 DEPEND="${RDEPEND}
20         >=virtual/perl-ExtUtils-MakeMaker-6.640.0
21 "