commit: 4ca5bac1ad650a5b13887f9baa8982fe820540f6 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Fri Jun 12 08:53:55 2020 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Fri Jun 12 08:54:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca5bac1
sys-apps/proot: use proper strip binary from toolchain Closes: https://bugs.gentoo.org/725844 Reported-by: Agostino Sarubbo <ago <AT> gentoo.org> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> sys-apps/proot/proot-5.1.0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/proot/proot-5.1.0-r2.ebuild b/sys-apps/proot/proot-5.1.0-r2.ebuild index 32cc4907439..33c2ef1a6e6 100644 --- a/sys-apps/proot/proot-5.1.0-r2.ebuild +++ b/sys-apps/proot/proot-5.1.0-r2.ebuild @@ -37,6 +37,7 @@ src_compile() { # build the proot and care targets emake -C src V=1 \ CC="$(tc-getCC)" \ + STRIP="$(tc-getSTRIP)" \ CHECK_VERSION="true" \ CAREBUILDENV="ok" \ proot $(use care && echo "care")
