diff options
author | 2020-06-09 20:22:45 -0400 | |
---|---|---|
committer | 2020-06-09 20:22:59 -0400 | |
commit | f86ad5086f5e3b6d5412d1aee56f1d566ccbd8c2 (patch) | |
tree | ca985f48774c8d365cff61e8ab3ba2354ebdd6fe /dev-libs | |
parent | dev-libs/rocclr: depend on virtual/opengl (diff) | |
download | gentoo-f86ad5086f5e3b6d5412d1aee56f1d566ccbd8c2.tar.gz gentoo-f86ad5086f5e3b6d5412d1aee56f1d566ccbd8c2.tar.bz2 gentoo-f86ad5086f5e3b6d5412d1aee56f1d566ccbd8c2.zip |
dev-libs/rocclr: depend on dev-libs/rocm-comgr
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/rocclr/rocclr-3.5.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/rocclr/rocclr-3.5.0.ebuild b/dev-libs/rocclr/rocclr-3.5.0.ebuild index de48a53cd2b5..a82c2461e653 100644 --- a/dev-libs/rocclr/rocclr-3.5.0.ebuild +++ b/dev-libs/rocclr/rocclr-3.5.0.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~amd64" RDEPEND=">=dev-libs/rocm-comgr-${PV}" DEPEND="${RDEPEND} + >=dev-libs/rocm-comgr-${PV} virtual/opengl >=dev-util/rocm-cmake-${PV}" |