aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:12:57 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:12:57 +0100
commit7a14f4a95706212353ced47ce9f471bc96ff30f3 (patch)
tree74b87cae02b7ccb21f0f5b25d8de57c5d524b585
parentdev-perl/Bio-DB-Das-Chado: EAPI bump (diff)
downloadsci-7a14f4a95706212353ced47ce9f471bc96ff30f3.tar.gz
sci-7a14f4a95706212353ced47ce9f471bc96ff30f3.tar.bz2
sci-7a14f4a95706212353ced47ce9f471bc96ff30f3.zip
dev-perl/Bio-BigFile: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild b/dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild
index 02c7306c5..d695850b9 100644
--- a/dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild
+++ b/dev-perl/Bio-BigFile/Bio-BigFile-1.07.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR="LDS"
+DIST_AUTHOR="LDS"
-inherit eutils flag-o-matic perl-module
+inherit flag-o-matic perl-module
DESCRIPTION="BigWig and BigBed file perl-based interface for Gbrowse-2"
LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
dev-perl/IO-String
@@ -23,8 +22,12 @@ DEPEND="${RDEPEND}
SRC_TEST="do"
+PATCHES=(
+ "${FILESDIR}"/Build.PL.patch
+)
+
src_prepare(){
append-cflags -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
append-lfs-flags
- epatch "${FILESDIR}"/Build.PL.patch
+ default
}