diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:24:51 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:24:51 +0100 |
commit | 98ad691526bcd562c0d40f45e1d4db513219a868 (patch) | |
tree | 82c7e6301546d1c170107703e9ace56fee017ef7 /dev-perl | |
parent | dev-perl/Scalar-Util-Numeric: EAPI bump (diff) | |
download | sci-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>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Set-IntSpan-Fast/Set-IntSpan-Fast-1.15.ebuild | 13 |
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" |