commit: ace7d0c6c33c07d1f0e8aa57e2cab2f813deb791 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Mon Jan 22 23:41:10 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jan 23 20:34:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace7d0c6
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34970 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/opencv/opencv-4.8.1-r1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-libs/opencv/opencv-4.8.1-r1.ebuild b/media-libs/opencv/opencv-4.8.1-r1.ebuild index 2559815a7d55..9d7ece8e5c85 100644 --- a/media-libs/opencv/opencv-4.8.1-r1.ebuild +++ b/media-libs/opencv/opencv-4.8.1-r1.ebuild @@ -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")"
