summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2023-01-13 10:00:46 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2023-01-13 10:00:46 -0500
commit6662b77dc20ae66060c1852ec51af011bc2654b1 (patch)
treee7ce84916c119cc8c957c70e48f2bbcddb55e4f1
parentb409dc0fdc0a7e44bd0f63c91c119a8db96a2d61 (diff)
downloadgentoo-overlay-6662b77dc20ae66060c1852ec51af011bc2654b1.tar.xz
gentoo-overlay-6662b77dc20ae66060c1852ec51af011bc2654b1.zip
dev-cpp/tbb-compat: fix RDEPEND
-rw-r--r--dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild b/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild
index 4d63e4a..55d3c63 100644
--- a/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild
+++ b/dev-cpp/tbb-compat/tbb-compat-2020.3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="!=dev-cpp/tbb-2020.3"
+RDEPEND="!=dev-cpp/tbb-2020.3*"
S="${WORKDIR}/oneTBB-${MY_PV}"
src_prepare() {