summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-08-24 15:01:07 -0400
committerRick Farina <zerochaos@gentoo.org>2020-08-24 15:01:18 -0400
commit41db1eaa71bfde1180ed5774b4fc3d7c0f725d47 (patch)
tree0ab74efa76b8c3a4e289a6b125c8e065ecc55da2 /sys-devel
parentnet-wireless/gnuradio: 3.8.2.0 bump (diff)
downloadgentoo-41db1eaa71bfde1180ed5774b4fc3d7c0f725d47.tar.gz
gentoo-41db1eaa71bfde1180ed5774b4fc3d7c0f725d47.tar.bz2
gentoo-41db1eaa71bfde1180ed5774b4fc3d7c0f725d47.zip
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm-roc/llvm-roc-3.7.0-r1.ebuild (renamed from sys-devel/llvm-roc/llvm-roc-3.7.0.ebuild)5
1 files changed, 4 insertions, 1 deletions
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
index 616e05f5cb90..ec60b28f0853 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"