commit: 98ad691526bcd562c0d40f45e1d4db513219a868
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 3 14:24:51 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 3 14:24:51 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=98ad6915
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 <AT> riseup.net>
dev-perl/Set-IntSpan-Fast/Set-IntSpan-Fast-1.15.ebuild | 13 +++++++------
1 file 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"