dev-libs/tomsfastmath: keyworded 0.13.1 for ppc64, bug #725414
[gentoo.git] / dev-perl / PDL-Transform-Color / PDL-Transform-Color-1.3.0.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_VERSION=1.003
7 DIST_AUTHOR=ZOWIE
8 inherit perl-module
9
10 DESCRIPTION="Useful color system conversions for PDL"
11
12 SLOT="0"
13 KEYWORDS="amd64 ~x86"
14 IUSE=""
15
16 RDEPEND="
17         dev-perl/PDL
18         dev-perl/Safe-Isa
19 "
20 DEPEND="${RDEPEND}
21         virtual/perl-ExtUtils-MakeMaker
22 "