commit: da2f116c9178bb974aca855675a27e8c60915a83 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Nov 14 20:19:28 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 20:19:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2f116c
net-libs/balde-markdown: disable static libs Closes: https://bugs.gentoo.org/724900 Closes: https://github.com/gentoo/gentoo/pull/17434 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> net-libs/balde-markdown/balde-markdown-0.1.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net-libs/balde-markdown/balde-markdown-0.1.ebuild b/net-libs/balde-markdown/balde-markdown-0.1.ebuild index 50308fafc01..fc2f27bf4c3 100644 --- a/net-libs/balde-markdown/balde-markdown-0.1.ebuild +++ b/net-libs/balde-markdown/balde-markdown-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -36,5 +36,11 @@ src_prepare() { src_configure() { econf \ - --without-valgrind + --without-valgrind \ + --disable-static +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die }
