dev-perl/Net-IRR: Revised DEPEND, additional KEYWORDS and EAPI=6 based on review & suggestions by Kent Fredric.

Package-Manager: portage-2.2.27
This commit is contained in:
Tony Vroon
2016-02-17 15:58:59 +00:00
parent 1f4ef2b61a
commit 7a5ff7aee1

View File

@@ -2,17 +2,19 @@
# 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"