diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-30 17:56:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-30 18:34:33 -0400 |
commit | 838c3028555eb9d8f12017dcf43f0c7b0c8af90f (patch) | |
tree | 00d3eda6d5617ef96ac1fac3c65fccf4a6824baf /sys-apps/acl | |
parent | www-client/google-chrome-beta: automated update (diff) | |
download | gentoo-838c3028555eb9d8f12017dcf43f0c7b0c8af90f.tar.gz gentoo-838c3028555eb9d8f12017dcf43f0c7b0c8af90f.tar.bz2 gentoo-838c3028555eb9d8f12017dcf43f0c7b0c8af90f.zip |
toolchain-funcs.eclass: gen_usr_ldscript: integrate multilib_is_native_abi support #479448
Many ebuilds have started checking multilib_is_native_abi to see if they
should call gen_usr_ldscript. Since that logic always makes sense, add
it directly to the gen_usr_ldscript function.
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/acl-2.2.52-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/acl/acl-2.2.52-r1.ebuild b/sys-apps/acl/acl-2.2.52-r1.ebuild index 00869bfbaa8c..d1d21698df38 100644 --- a/sys-apps/acl/acl-2.2.52-r1.ebuild +++ b/sys-apps/acl/acl-2.2.52-r1.ebuild @@ -51,7 +51,7 @@ multilib_src_install() { emake DIST_ROOT="${D}" install install-dev install-lib # move shared libs to / - multilib_is_native_abi && gen_usr_ldscript -a acl + gen_usr_ldscript -a acl } multilib_src_install_all() { |