Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mkl/
Date: Mon, 29 Nov 2021 05:48:30
Message-Id: 1638164897.66cd8b4d78cc5485af9e14d82e53bd7b213ce643.sam@gentoo
1 commit: 66cd8b4d78cc5485af9e14d82e53bd7b213ce643
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 05:48:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 05:48:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cd8b4d
7
8 sci-libs/mkl: rpm needs xz-utils[extra-filters]
9
10 Closes: https://bugs.gentoo.org/801460
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/mkl/mkl-2020.4.304.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-libs/mkl/mkl-2020.4.304.ebuild b/sci-libs/mkl/mkl-2020.4.304.ebuild
17 index e90f9cb25172..daf81b2b41ea 100644
18 --- a/sci-libs/mkl/mkl-2020.4.304.ebuild
19 +++ b/sci-libs/mkl/mkl-2020.4.304.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -29,6 +29,8 @@ RDEPEND="
27 app-eselect/eselect-lapack
28 sys-libs/libomp[${MULTILIB_USEDEP}]
29 "
30 +# bug #801460
31 +BDEPEND="app-arch/xz-utils[extra-filters]"
32
33 QA_PREBUILT="*"
34 QA_TEXTRELS="*"