app-crypt/libb2: Sync with Gentoo

It's from Gentoo commit 6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.
This commit is contained in:
Flatcar Buildbot 2025-01-13 07:04:50 +00:00 committed by Krzesimir Nowak
parent 88b898792a
commit 6401e9f3ea

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
@ -17,7 +17,7 @@ IUSE="static-libs native-cflags openmp"
DEPEND=" DEPEND="
openmp? ( openmp? (
|| ( >=sys-devel/gcc-4.2:*[openmp] sys-devel/clang-runtime:*[openmp] ) || ( >=sys-devel/gcc-4.2:*[openmp] llvm-core/clang-runtime:*[openmp] )
) )
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"