commit: d9a13db5200388eee3490ab0fbd6a2b48cf58ba8 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Nov 14 20:20:19 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 20:20:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a13db5
sys-libs/pinktrace: disable static libs Closes: https://bugs.gentoo.org/725684 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-libs/pinktrace/pinktrace-0.9.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-libs/pinktrace/pinktrace-0.9.3.ebuild b/sys-libs/pinktrace/pinktrace-0.9.3.ebuild index 52e6628349f..5a6bc3e8662 100644 --- a/sys-libs/pinktrace/pinktrace-0.9.3.ebuild +++ b/sys-libs/pinktrace/pinktrace-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,7 @@ src_configure() { --disable-doxygen --disable-python --disable-python-doc + --disable-static ) econf "${myconf[@]}" @@ -25,5 +26,5 @@ src_configure() { src_install() { default - find "${D}" -name '*.la' -delete || die + find "${ED}" -name '*.la' -delete || die }
