commit: ade5266cb360226f881513c96ec9604ab6e16756
Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 10:57:56 2022 +0000
Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 10:57:56 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ade5266c
Fix intend
Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org>
lib/portage/package/ebuild/doebuild.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/portage/package/ebuild/doebuild.py
b/lib/portage/package/ebuild/doebuild.py
index 495ca901d..ab158d5bb 100644
--- a/lib/portage/package/ebuild/doebuild.py
+++ b/lib/portage/package/ebuild/doebuild.py
@@ -2870,10 +2870,10 @@ def _post_src_install_soname_symlinks(mysettings, out):
image_dir = mysettings["D"]
#only run this function when the installation is actually done and the
final
- #image_dir exists (workaround for multilib-portage as this is first
called
- #before all ABIs are done and the image_dir is created)
- if not os.path.isdir (image_dir):
- return
+ #image_dir exists (workaround for multilib-portage as this is first called
+ #before all ABIs are done and the image_dir is created)
+ if not os.path.isdir (image_dir):
+ return
needed_filename = os.path.join(
mysettings["PORTAGE_BUILDDIR"], "build-info", "NEEDED.ELF.2"