diff options
author | David Seifert <soap@gentoo.org> | 2020-10-31 12:10:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-31 12:10:56 +0100 |
commit | 77ac63284cd340addeb3ef8c033752fddb98b656 (patch) | |
tree | 5d9096013d1d039744f984090a72631d0e6fe2d3 /dev-libs/rocm-opencl-runtime | |
parent | dev-libs/libfmt: [QA] Inherit flag-o-matic.eclass explicitly (diff) | |
download | gentoo-77ac63284cd340addeb3ef8c033752fddb98b656.tar.gz gentoo-77ac63284cd340addeb3ef8c033752fddb98b656.tar.bz2 gentoo-77ac63284cd340addeb3ef8c033752fddb98b656.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>
Diffstat (limited to 'dev-libs/rocm-opencl-runtime')
-rw-r--r-- | dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-3.8.0.ebuild | 2 |
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/" |