diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-02 22:53:13 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-02 23:34:04 +0100 |
commit | 97f33716336efacdb977eededd40e8f62a0bedc0 (patch) | |
tree | fffacd5188ed8c25639ea3d739d51a1a54e65272 | |
parent | dev-perl/HTTP-MultiPartParser: EAPI=8 bump (diff) | |
download | gentoo-97f33716336efacdb977eededd40e8f62a0bedc0.tar.gz gentoo-97f33716336efacdb977eededd40e8f62a0bedc0.tar.bz2 gentoo-97f33716336efacdb977eededd40e8f62a0bedc0.zip |
dev-perl/HTTP-Negotiate: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r2.ebuild (renamed from dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r1.ebuild b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r2.ebuild index 84c0de40592d..fa9e661da9ad 100644 --- a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.0-r1.ebuild +++ b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.10.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=GAAS DIST_VERSION=6.01 @@ -11,10 +11,10 @@ DESCRIPTION="HTTP content negotiation" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" RDEPEND=" !<dev-perl/libwww-perl-6 >=dev-perl/HTTP-Message-6.0.0 " -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} +" |