diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-11 19:28:51 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-11 19:47:44 +0100 |
commit | e9edaefeeaf83767faf8968c5d7674032f129a74 (patch) | |
tree | 881d5e7cb09a6a15836b8d69bb1fc15fee147fdd /dev-perl/LWP-Protocol-http10 | |
parent | dev-perl/LWP-Online: EAPI=8 bump (diff) | |
download | gentoo-e9edaefeeaf83767faf8968c5d7674032f129a74.tar.gz gentoo-e9edaefeeaf83767faf8968c5d7674032f129a74.tar.bz2 gentoo-e9edaefeeaf83767faf8968c5d7674032f129a74.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/LWP-Protocol-http10')
-rw-r--r-- | dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild (renamed from dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild) | 7 |
1 files 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 index 069e253c7b44..0598fa5edbb8 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 " |