commit: eb97bcb72a7e58e13ea17c9510c14da870afc9d5 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Fri Jul 17 10:03:07 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Fri Jul 17 10:03:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb97bcb7
dev-perl/autobox: Fix BDEPEND typo bug #730532 Turns out this was a real bug afterall, I typoed "BDEPEND" as "BEPEND" and nothing complained :/ Closes: https://bugs.gentoo.org/730532 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/autobox/autobox-3.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/autobox/autobox-3.0.1-r1.ebuild b/dev-perl/autobox/autobox-3.0.1-r1.ebuild index 37acd5c19b9..dafb3741668 100644 --- a/dev-perl/autobox/autobox-3.0.1-r1.ebuild +++ b/dev-perl/autobox/autobox-3.0.1-r1.ebuild @@ -16,7 +16,7 @@ RDEPEND=" >=dev-perl/Scope-Guard-0.210.0 >=virtual/perl-version-0.770.0 " -BEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( >=dev-perl/IPC-System-Simple-1.250.0
