diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:19:55 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 11:41:17 -0400 |
commit | a0d04d58d1b1657ba50f3ef0ac53f7dc8cbdf331 (patch) | |
tree | 5f139a5717fab84875701137a904fb7e0efe55e1 /dev-util/sysprof | |
parent | dev-util/sysprof-common: Set remote-id (diff) | |
download | gentoo-a0d04d58d1b1657ba50f3ef0ac53f7dc8cbdf331.tar.gz gentoo-a0d04d58d1b1657ba50f3ef0ac53f7dc8cbdf331.tar.bz2 gentoo-a0d04d58d1b1657ba50f3ef0ac53f7dc8cbdf331.zip |
dev-util/sysprof: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/sysprof')
-rw-r--r-- | dev-util/sysprof/metadata.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml index e10288a28d1e..9f8236177e82 100644 --- a/dev-util/sysprof/metadata.xml +++ b/dev-util/sysprof/metadata.xml @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<use> - <flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> to unwind the stack</flag> -</use> -<longdescription lang="en"> - Sysprof is a sampling CPU profiler for Linux that profiles the entire system, - not just a single application. - Sysprof handles shared libraries and applications do not need to be recompiled. - In fact they don't even have to be restarted. -</longdescription> -<slots> - <subslots>sysprof and sysprof-ui API version</subslots> -</slots> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> to unwind the stack</flag> + </use> + <longdescription lang="en"> + Sysprof is a sampling CPU profiler for Linux that profiles the entire + system, not just a single application. + Sysprof handles shared libraries and applications do not need to be + recompiled. In fact they don't even have to be restarted. + </longdescription> + <slots> + <subslots>sysprof and sysprof-ui API version</subslots> + </slots> + <upstream> + <remote-id type="gnome-gitlab">GNOME/sysprof</remote-id> + </upstream> </pkgmetadata> |