summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/YAML-PP: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/YAML-PP: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/YAML-PP: Add missing deps re bug #719642Kent Fredric2020-04-271-0/+35
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>