media-libs/opencv: drop dependency on virtual/lapacke

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19566
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Aisha Tammy 2021-02-19 20:05:10 +00:00 committed by Sam James
parent ba2eb87c86
commit de5c0d7b59
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
2 changed files with 2 additions and 4 deletions

View File

@ -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
@ -115,7 +115,6 @@ RDEPEND="
lapack? (
virtual/cblas
virtual/lapack
virtual/lapacke
)
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
openexr? ( media-libs/openexr[${MULTILIB_USEDEP}] )

View File

@ -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
@ -117,7 +117,6 @@ RDEPEND="
lapack? (
virtual/cblas
virtual/lapack
virtual/lapacke
)
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
openexr? ( media-libs/openexr[${MULTILIB_USEDEP}] )