diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 19:58:43 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 20:16:38 +0200 |
commit | 6823793918d46b5634f4faf596afdf76e1c6b98e (patch) | |
tree | 03b682fc7fc32e3a13ba4c8eb31ca3b96e49450d /dev-perl/Set-IntSpan | |
parent | sci-libs/fflas-ffpack: patch to avoid -fabi-version=6. (diff) | |
download | gentoo-6823793918d46b5634f4faf596afdf76e1c6b98e.tar.gz gentoo-6823793918d46b5634f4faf596afdf76e1c6b98e.tar.bz2 gentoo-6823793918d46b5634f4faf596afdf76e1c6b98e.zip |
dev-perl/Set-IntSpan: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Set-IntSpan')
-rw-r--r-- | dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r2.ebuild (renamed from dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r1.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r1.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r2.ebuild index 241db7566fc8..0033f847692d 100644 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r1.ebuild +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r2.ebuild @@ -1,16 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=SWMCD -MODULE_VERSION=1.19 +DIST_AUTHOR=SWMCD +DIST_VERSION=1.19 inherit perl-module DESCRIPTION="Manages sets of integers" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -SRC_TEST="do" |