Closes: https://bugs.gentoo.org/724432
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools multilib-minimal
media-libs/harfbuzz:=[${MULTILIB_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig[${MULTILIB_USEDEP}]
"
}
multilib_src_configure() {
- ECONF_SOURCE="${S}" econf
+ ECONF_SOURCE="${S}" econf --disable-static
+}
+
+multilib_src_install_all() {
+ find "${ED}" -type f -name "*.la" -delete || die
}