Summary: | fall back on DEFAULT_ABI for --libdir if ABI is not set | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Jeremy Huddleston (RETIRED) <eradicator> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | amd64 |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ebuild.sh-libdir.patch |
Description
Jeremy Huddleston (RETIRED)
![]() Created attachment 70116 [details, diff]
ebuild.sh-libdir.patch
trivial change
Err... seems dumb to me to _not_ export ABI, and instead have the code automatically check and pull the default ABI from another var when it could've, (potentially should've?) been exported via the profile... Ok, fair enough... just trying to get it to match the multilib.eclass method of falling back to DEFAULT_ABI if it's set. I'll setup the profile to still set ABI and we can look for a more permanent solution down the road. |