dev-libs/tomsfastmath: keyworded 0.13.1 for ppc64, bug #725414
[gentoo.git] / dev-perl / Net-SSH-Any / Net-SSH-Any-0.40.0.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=SALVA
7 DIST_VERSION=0.04
8 inherit perl-module
9
10 DESCRIPTION="Use any SSH module"
11
12 SLOT="0"
13 KEYWORDS="amd64 ~hppa ~sparc x86"
14 IUSE=""
15 RESTRICT="test" # All tests require SSH server + Test::SSH at present
16
17 RDEPEND=""
18 DEPEND="${RDEPEND}
19         virtual/perl-ExtUtils-MakeMaker
20 "