Skip to content

Commit

Permalink
dev-perl/Math-FFT: Remove unwanted Module-Build dep
Browse files Browse the repository at this point in the history
- Moved to normalised version
- EAPI6ified
- Parallel tests

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
kentfredric committed Jan 17, 2017
1 parent 5ecbecf commit 78f0c02
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

MODULE_AUTHOR=RKOBES
MODULE_VERSION=${PV}
DIST_AUTHOR=RKOBES
DIST_VERSION=1.28
inherit perl-module

DESCRIPTION="Perl module to calculate Fast Fourier Transforms"
Expand All @@ -16,7 +16,5 @@ IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )"

SRC_TEST="do"

0 comments on commit 78f0c02

Please sign in to comment.