diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-07-02 13:57:55 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-07-02 14:03:55 -0400 |
commit | abbb742dc2303704092ccc6b296ac300c19cd508 (patch) | |
tree | 1c607d3f3a5b65c556188874cf495fbca907c1a9 /sys-devel/llvm-roc | |
parent | java-utils-2.eclass: fixed a typo (diff) | |
download | gentoo-abbb742dc2303704092ccc6b296ac300c19cd508.tar.gz gentoo-abbb742dc2303704092ccc6b296ac300c19cd508.tar.bz2 gentoo-abbb742dc2303704092ccc6b296ac300c19cd508.zip |
sys-devel/llvm-roc: Remove unncessary dep on virtual/cblas
Closes: https://bugs.gentoo.org/799857
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-roc')
-rw-r--r-- | sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild index 1819f056c42e..473d4458155b 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="debug +runtime" -RDEPEND="virtual/cblas +RDEPEND=" dev-libs/libxml2 sys-libs/zlib sys-libs/ncurses:=" |