commit: c2c2799c680b60965936ccdfd6e4d70f03b256f4 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Thu Jun 27 15:15:02 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 07:51:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c2799c
dev-debug/bpftrace: metadata updates - add new lldb USE flag - add myself as proxy maintainer - update remote-id Closes: https://github.com/gentoo/gentoo/pull/37323 Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-debug/bpftrace/metadata.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-debug/bpftrace/metadata.xml b/dev-debug/bpftrace/metadata.xml index 3e240d7784b1..43c09bfc0394 100644 --- a/dev-debug/bpftrace/metadata.xml +++ b/dev-debug/bpftrace/metadata.xml @@ -1,13 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Holger Hoffstätte</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <maintainer type="person"> <email>[email protected]</email> </maintainer> <use> <flag name="fuzzing">Build bpftrace for fuzzing</flag> + <flag name="lldb">Parse debug info using<pkg>dev-debug/lldb</pkg></flag> </use> <upstream> - <remote-id type="github">iovisor/bpftrace</remote-id> + <remote-id type="github">bpftrace/bpftrace</remote-id> </upstream> </pkgmetadata>
