summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-10-31 12:10:56 +0100
committerDavid Seifert <soap@gentoo.org>2020-10-31 12:10:56 +0100
commit77ac63284cd340addeb3ef8c033752fddb98b656 (patch)
tree5d9096013d1d039744f984090a72631d0e6fe2d3
parentdev-libs/libfmt: [QA] Inherit flag-o-matic.eclass explicitly (diff)
downloadgentoo-77ac6328.tar.gz
gentoo-77ac6328.tar.bz2
gentoo-77ac6328.zip
dev-libs/rocm-opencl-runtime: [QA] Inherit flag-o-matic.eclass explicitly
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild
index 5a1a4386433c..a340ec574c82 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake
+inherit cmake flag-o-matic
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/"