commit: e9edaefeeaf83767faf8968c5d7674032f129a74
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:28:51 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:47:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9edaefe
dev-perl/LWP-Protocol-http10: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...l-http10-6.30.0.ebuild => LWP-Protocol-http10-6.30.0-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
similarity index 83%
rename from dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
rename to dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
index 069e253c7b4..0598fa5edbb 100644
--- a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
+++ b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=GAAS
DIST_VERSION=6.03
@@ -10,13 +10,12 @@ inherit perl-module
DESCRIPTION="Legacy HTTP/1.0 support for LWP"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
RDEPEND="
>=dev-perl/HTTP-Message-6.0.0
virtual/perl-IO
>=dev-perl/libwww-perl-6.0.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"