summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/moarvm: Use EPREFIX instead of EROOTKent Fredric2019-08-071-2/+2
| | | | | | | | | | Now I better understand what variables to use in which conditions, I now see that this working at all was somewhat a miracle, given ROOT is defined to not exist in src_configure, and EROOT is ... "${ROOT}/${EPREFIX}" Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/moarvm: Fix installation to /lib re bug #639538Kent Fredric2019-08-061-0/+61
This fixes the installation of libmoar.so to use /usr/lib64 etc instead of /lib64 This additionally fixes the issue where the installation to /lib64 under EAPI7, for some reason, results in no installation of the .so, as mentioned in bug #504720 Closes: https://bugs.gentoo.org/639538 Bug: https://bugs.gentoo.org/504720 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>