commit:     bbc9fb5e55563c8187146a1bd9edb0f8455fdadf
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 10:16:15 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 21 10:16:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc9fb5e

dev-libs/icu-le-hb: Don't install archive files

Closes: https://bugs.gentoo.org/724432
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../{icu-le-hb-1.0.3.ebuild => icu-le-hb-1.0.3-r1.ebuild}    | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild 
b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild
similarity index 82%
rename from dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
rename to dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild
index 303b08a82b8..bc67bb2c0d3 100644
--- a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
+++ b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools multilib-minimal
 
@@ -22,8 +22,8 @@ RDEPEND="
        media-libs/harfbuzz:=[${MULTILIB_USEDEP}]
 "
 
-DEPEND="
-       ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig[${MULTILIB_USEDEP}]
 "
 
@@ -33,5 +33,9 @@ src_prepare() {
 }
 
 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
 }

Reply via email to