diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-05 21:16:01 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-05 21:27:38 +0100 |
commit | 6807f7d5263ec7fdaec5a8aeda9a698438570682 (patch) | |
tree | 7e8a16887944afacfc4239750c5743f6fcf84dbf /dev-perl/IO-SessionData | |
parent | dev-perl/IO-Prompt: EAPI=8 bump (diff) | |
download | gentoo-6807f7d5263ec7fdaec5a8aeda9a698438570682.tar.gz gentoo-6807f7d5263ec7fdaec5a8aeda9a698438570682.tar.bz2 gentoo-6807f7d5263ec7fdaec5a8aeda9a698438570682.zip |
dev-perl/IO-SessionData: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/IO-SessionData')
-rw-r--r-- | dev-perl/IO-SessionData/IO-SessionData-1.30.0-r2.ebuild (renamed from dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild) | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r2.ebuild index fde61649f70a..50c4fc792613 100644 --- a/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r1.ebuild +++ b/dev-perl/IO-SessionData/IO-SessionData-1.30.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=PHRED DIST_VERSION=1.03 @@ -11,9 +11,3 @@ DESCRIPTION="Session data support module for SOAP::Lite" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" |