Package-Manager: portage-2.2.27
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-MODULE_AUTHOR="TCAINE"
-MODULE_VERSION="0.08"
+DIST_AUTHOR="TCAINE"
+DIST_VERSION="0.08"
inherit perl-module
DESCRIPTION="Internet Route Registry daemon (IRRd) client"
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
+RDEPEND="virtual/perl-IO"
+DEPEND="virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+ ${RDEPEND}"
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
+IUSE="test"