Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
Date: Sun, 24 May 2020 20:25:14
Message-Id: 1590351826.519fcb2b2d4b03d6c09a752f1fb8aff89c2e9cef.whissi@gentoo
1 commit: 519fcb2b2d4b03d6c09a752f1fb8aff89c2e9cef
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 23:20:05 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 20:23:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519fcb2b
7
8 media-libs/x265: delete all static libraries
9
10 Closes: https://bugs.gentoo.org/724598
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 media-libs/x265/x265-3.3.ebuild | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/media-libs/x265/x265-3.3.ebuild b/media-libs/x265/x265-3.3.ebuild
18 index ca3553d0293..422b036bbd1 100644
19 --- a/media-libs/x265/x265-3.3.ebuild
20 +++ b/media-libs/x265/x265-3.3.ebuild
21 @@ -193,4 +193,9 @@ multilib_src_install() {
22
23 multilib_src_install_all() {
24 dodoc -r "${S}/../doc/"*
25 +
26 + # we don't install *.a files for all variants,
27 + # so just delete these files instead of pretending
28 + # real USE=static-libs support
29 + find "${ED}" -name "*.a" -delete || die
30 }