Skip to content
Snippets Groups Projects
Commit 62bc6eae authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

sys-devel/build-tools: Move CMake to native-only

It depends on libarchive, which is incredibly unsafe for cross.
parent 65b06e05
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ IUSE="+native"
DEPEND=""
RDEPEND="${DEPEND}
dev-util/cmake[doc]
dev-vcs/cvs[doc]
sys-apps/man-pages
sys-apps/man-pages-posix
......@@ -29,6 +28,7 @@ RDEPEND="${DEPEND}
=sys-kernel/linux-headers-4.4
virtual/yacc
native? (
dev-util/cmake[doc]
dev-vcs/git[curl,doc,gpg]
dev-vcs/subversion[doc]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment