mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user