dev-perl/YAML-PP: Add missing deps re bug #719642
authorKent Fredric <kentnl@gentoo.org>
Sun, 26 Apr 2020 15:13:42 +0000 (03:13 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 26 Apr 2020 15:16:40 +0000 (03:16 +1200)
commitbe43f87f400ab010178cc361c2a8163c0f728aa7
tree528f613bc6884d7f3d6dff4f2909d856d9b6fb98
parenta1e312d6b61edeccf0e24eded0a50b1e0144918f
dev-perl/YAML-PP: Add missing deps re bug #719642

Test::Deep's absence was breaking tests.

Additionally, I've added all the other dependencies upstream mentioned,
and moved from DEPEND to BDEPEND for EAPI7 reasons.

The "export ... " line is removed because it only affects the building
of XS/C code, of which this package has none (otherwise I'd have moved
it to src_configure because calling 'export' really shouldn't happen in
global scope, especially for this example, which could break pontetial
application of per-package settings with package.env)

Closes: https://bugs.gentoo.org/719642
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/YAML-PP/YAML-PP-0.18.0-r1.ebuild [new file with mode: 0644]