diff options
author | 2021-11-29 05:48:11 +0000 | |
---|---|---|
committer | 2021-11-29 05:48:17 +0000 | |
commit | 66cd8b4d78cc5485af9e14d82e53bd7b213ce643 (patch) | |
tree | ec2dd910c456a0e6fa01beebeb35a2d891c8b162 /sci-libs/mkl/mkl-2020.4.304.ebuild | |
parent | dev-qt/qt-creator: enable a couple more USE flags by default (diff) | |
download | gentoo-66cd8b4d78cc5485af9e14d82e53bd7b213ce643.tar.gz gentoo-66cd8b4d78cc5485af9e14d82e53bd7b213ce643.tar.bz2 gentoo-66cd8b4d78cc5485af9e14d82e53bd7b213ce643.zip |
sci-libs/mkl: rpm needs xz-utils[extra-filters]
Closes: https://bugs.gentoo.org/801460
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/mkl/mkl-2020.4.304.ebuild')
-rw-r--r-- | sci-libs/mkl/mkl-2020.4.304.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/mkl/mkl-2020.4.304.ebuild b/sci-libs/mkl/mkl-2020.4.304.ebuild index e90f9cb25172..daf81b2b41ea 100644 --- a/sci-libs/mkl/mkl-2020.4.304.ebuild +++ b/sci-libs/mkl/mkl-2020.4.304.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,6 +29,8 @@ RDEPEND=" app-eselect/eselect-lapack sys-libs/libomp[${MULTILIB_USEDEP}] " +# bug #801460 +BDEPEND="app-arch/xz-utils[extra-filters]" QA_PREBUILT="*" QA_TEXTRELS="*" |