media-libs/opencv: 4.8.1-r1 unpack everything always

Not filtering out these two archives adds about 1 MiB to `WORKDIR`, but doesn't rely on `sys-apps/grep[pcre]`.
Since `pkgcheck` doesn't like them being zip files anyway this is going to change for `-4.9.0` either way.

Closes: https://bugs.gentoo.org/922450
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34970
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Paul Zander
2024-01-23 00:41:10 +01:00
committed by Andreas Sturmlechner
parent 7d96e2e4a2
commit ace7d0c6c3

View File

@@ -242,10 +242,6 @@ pkg_setup() {
use java && java-pkg-opt-2_pkg_setup
}
src_unpack() {
unpack $(echo "${A}" | tr ' ' '\n' | grep -vP "(ade-0.1.2|NVIDIAOpticalFlowSDK)")
}
src_prepare() {
if use cuda; then
export CUDA_VERBOSE="$(usex debug "true" "false")"