media-gfx/xdot: keyworded 1.1 for ia64, bug #717946
[gentoo.git] / dev-perl / IO-Multiplex / IO-Multiplex-1.160.0-r1.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=BBB
7 DIST_VERSION=1.16
8 inherit perl-module
9
10 DESCRIPTION="Manage IO on many file handles"
11
12 SLOT="0"
13 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
14 IUSE=""
15
16 RDEPEND="virtual/perl-IO"
17 DEPEND="${RDEPEND}
18         virtual/perl-ExtUtils-MakeMaker
19 "