diff options
author | 2016-10-17 10:24:01 +0200 | |
---|---|---|
committer | 2016-11-01 00:17:26 +0100 | |
commit | ab09f94849c34893e8f13e58a3ba2cc6740fd5e3 (patch) | |
tree | 00fe1950ffc044f09d833bcc9199b2889e0d6e8e /dev-util/lldb/metadata.xml | |
parent | app-emulation/docker: sync live ebuild (diff) | |
download | gentoo-ab09f94849c34893e8f13e58a3ba2cc6740fd5e3.tar.gz gentoo-ab09f94849c34893e8f13e58a3ba2cc6740fd5e3.tar.bz2 gentoo-ab09f94849c34893e8f13e58a3ba2cc6740fd5e3.zip |
dev-util/lldb: Introduce the initial live version
Introduce an initial live ebuild for split LLVM debugger package.
The version should build and work fine to the degree of old LLVM
ebuilds. Tests are not yet implemented, Python readline module needs to
be thought over and static libraries need to be replaced with shared.
Diffstat (limited to 'dev-util/lldb/metadata.xml')
-rw-r--r-- | dev-util/lldb/metadata.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-util/lldb/metadata.xml b/dev-util/lldb/metadata.xml new file mode 100644 index 000000000000..89c4bdb96049 --- /dev/null +++ b/dev-util/lldb/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>llvm@gentoo.org</email> + </maintainer> +</pkgmetadata> |