media-gfx/xdot: keyworded 1.1 for ia64, bug #717946
[gentoo.git] / dev-perl / Test-MockTime / Test-MockTime-0.160.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=DDICK
7 DIST_VERSION=0.16
8 inherit perl-module
9
10 DESCRIPTION="Replaces actual time with simulated time"
11
12 SLOT="0"
13 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
14 IUSE=""
15
16 RDEPEND="
17         virtual/perl-Time-Piece
18         virtual/perl-Time-Local
19         virtual/perl-Test-Simple
20 "
21 DEPEND="${RDEPEND}"
22
23 PERL_RM_FILES=( "t/pod.t" )