diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-03 14:00:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-03 14:12:22 +0200 |
commit | 186b2a5466a1012ecca9169baa99a92ae098c545 (patch) | |
tree | 595dc7b3963169ec65c0c7e610608d93d99fe5c0 /dev-perl/WWW-RobotRules | |
parent | dev-perl/WWW-Pastebin-PastebinCom-Create: EAPI=8 bump (diff) | |
download | gentoo-186b2a5466a1012ecca9169baa99a92ae098c545.tar.gz gentoo-186b2a5466a1012ecca9169baa99a92ae098c545.tar.bz2 gentoo-186b2a5466a1012ecca9169baa99a92ae098c545.zip |
dev-perl/WWW-RobotRules: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/WWW-RobotRules')
-rw-r--r-- | dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0-r2.ebuild (renamed from dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0-r1.ebuild b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0-r2.ebuild index 98ffdaaa5f27..58390280c7b5 100644 --- a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0-r1.ebuild +++ b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.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.02 @@ -16,4 +16,5 @@ RDEPEND=" !<dev-perl/libwww-perl-6 >=dev-perl/URI-1.10 " -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} +" |