mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Sphinx-Search: Fix missing List-MoreUtils dep, EAPI6ify
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
MODULE_AUTHOR=JJSCHUTZ
|
||||
MODULE_VERSION=0.29
|
||||
DIST_AUTHOR=JJSCHUTZ
|
||||
DIST_VERSION=0.29
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Perl API client for Sphinx search engine"
|
||||
@@ -19,6 +19,7 @@ RDEPEND="
|
||||
dev-perl/DBI
|
||||
virtual/perl-Data-Dumper
|
||||
virtual/perl-Encode
|
||||
dev-perl/List-MoreUtils
|
||||
dev-perl/File-SearchPath
|
||||
virtual/perl-Scalar-List-Utils
|
||||
virtual/perl-Math-BigInt
|
||||
@@ -29,5 +30,3 @@ DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
|
||||
SRC_TEST="do parallel"
|
||||
Reference in New Issue
Block a user