diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-19 21:26:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-19 21:55:46 +0200 |
commit | fe238149a8110dcf3828a4a53e7ba90411e5aa33 (patch) | |
tree | 73ed002381b70ddc36da07931a37cfd3b2ebb756 /dev-perl | |
parent | dev-perl/HTTP-Message: Version bump 6.32 (diff) | |
download | gentoo-fe238149a8110dcf3828a4a53e7ba90411e5aa33.tar.gz gentoo-fe238149a8110dcf3828a4a53e7ba90411e5aa33.tar.bz2 gentoo-fe238149a8110dcf3828a4a53e7ba90411e5aa33.zip |
dev-perl/HTTP-Response-Encoding: 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')
-rw-r--r-- | dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r2.ebuild (renamed from dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r1.ebuild) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r1.ebuild b/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r2.ebuild index b36720cd987d..9d44f76c3d70 100644 --- a/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r1.ebuild +++ b/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=DANKOGAI -MODULE_VERSION=0.06 +DIST_AUTHOR=DANKOGAI +DIST_VERSION=0.06 inherit perl-module DESCRIPTION="Adds encoding() to HTTP::Response" @@ -15,10 +15,9 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-perl/libwww-perl" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage - )" - -SRC_TEST=do + ) +" |