aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:24:51 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:24:51 +0100
commit98ad691526bcd562c0d40f45e1d4db513219a868 (patch)
tree82c7e6301546d1c170107703e9ace56fee017ef7
parentdev-perl/Scalar-Util-Numeric: EAPI bump (diff)
downloadsci-98ad691526bcd562c0d40f45e1d4db513219a868.tar.gz
sci-98ad691526bcd562c0d40f45e1d4db513219a868.tar.bz2
sci-98ad691526bcd562c0d40f45e1d4db513219a868.zip
dev-perl/Set-IntSpan-Fast: EAPI bump, add missing dep
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-perl/Set-IntSpan-Fast/Set-IntSpan-Fast-1.15.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-perl/Set-IntSpan-Fast/Set-IntSpan-Fast-1.15.ebuild b/dev-perl/Set-IntSpan-Fast/Set-IntSpan-Fast-1.15.ebuild
index be3fbe77b..c59226cd4 100644
--- a/dev-perl/Set-IntSpan-Fast/Set-IntSpan-Fast-1.15.ebuild
+++ b/dev-perl/Set-IntSpan-Fast/Set-IntSpan-Fast-1.15.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
+DIST_AUTHOR="ANDYA"
-MODULE_AUTHOR="ANDYA"
inherit perl-module
DESCRIPTION="Fast handling of sets containing integer spans"
-#LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}
+ dev-perl/Data-Types
dev-perl/Module-Build"
SRC_TEST="do"