commit: 41db1eaa71bfde1180ed5774b4fc3d7c0f725d47
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 19:01:07 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 19:01:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41db1eaa
sys-devel/llvm-roc: fix circular deps
add some minor missing deps
fixed with permission from candrews
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
.../llvm-roc/{llvm-roc-3.7.0.ebuild => llvm-roc-3.7.0-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-devel/llvm-roc/llvm-roc-3.7.0.ebuild
b/sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild
similarity index 93%
rename from sys-devel/llvm-roc/llvm-roc-3.7.0.ebuild
rename to sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild
index 616e05f5cb9..ec60b28f085 100644
--- a/sys-devel/llvm-roc/llvm-roc-3.7.0.ebuild
+++ b/sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild
@@ -15,8 +15,11 @@ KEYWORDS="~amd64"
IUSE="debug"
RDEPEND="virtual/cblas
- dev-libs/rocr-runtime"
+ dev-libs/libxml2
+ sys-libs/zlib
+ sys-libs/ncurses:="
DEPEND="${RDEPEND}"
+PDEPEND="dev-libs/rocr-runtime"
S="${WORKDIR}/llvm-project-rocm-${PV}/llvm"