mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-02 11:17:27 -08:00
In src_install there was a bit of scripted logic to determine the ABI used for link creation. This wasn't working with a newer version of pypy3. Instead of the logic a small Python script is implemented that should always get the correct ABI version. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=586008 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2538 Signed-off-by: David Seifert <soap@gentoo.org>