summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-08-11 10:32:52 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-08-11 10:33:18 +0300
commit260b412b77143995ce60236610dd2abdaaef27c3 (patch)
tree5bf7e5513feabc88cbc0d73021796650d9ed9f35 /media-libs/embree
parentmedia-libs/embree: multi-line REQUIRED_USE for readability, consistency (diff)
downloadgentoo-260b412b77143995ce60236610dd2abdaaef27c3.tar.gz
gentoo-260b412b77143995ce60236610dd2abdaaef27c3.tar.bz2
gentoo-260b412b77143995ce60236610dd2abdaaef27c3.zip
media-libs/embree: drop unused eclass inherit
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/embree')
-rw-r--r--media-libs/embree/embree-3.13.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/embree/embree-3.13.4.ebuild b/media-libs/embree/embree-3.13.4.ebuild
index 0cae154ea5cd..10b3cb8db86e 100644
--- a/media-libs/embree/embree-3.13.4.ebuild
+++ b/media-libs/embree/embree-3.13.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake flag-o-matic linux-info toolchain-funcs
+inherit cmake flag-o-matic linux-info
DESCRIPTION="Collection of high-performance ray tracing kernels"
HOMEPAGE="https://github.com/embree/embree"