Diff par2cmdline-0.8.1-r1 with a par2cmdline-0.8.1-r2

/usr/portage/app-arch/par2cmdline/par2cmdline-0.8.1-r2.ebuild 2024-12-25 14:59:47.035270038 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
24 24
	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
25 25
}
26 26

  
27
src_test() {
28
	# test22 fails when run in parallel
29
	emake -j1 check
27
src_configure() {
28
	econf $(use_enable openmp)
30 29
}
Thank you!