diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-03 18:50:48 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-03 20:30:57 -0500 |
commit | 91faf14279dfffe2f390d9e45cd533a783604113 (patch) | |
tree | 6605df69f221a8b45075754948be16e70e58591a /dev-util/sysprof-common/metadata.xml | |
parent | sys-cluster/pacemaker: drop unstable vulnerable versions (diff) | |
download | gentoo-91faf14279dfffe2f390d9e45cd533a783604113.tar.gz gentoo-91faf14279dfffe2f390d9e45cd533a783604113.tar.bz2 gentoo-91faf14279dfffe2f390d9e45cd533a783604113.zip |
dev-util/sysprof-common: Add package
This package installs only the org.gnome.Sysprof3.Profiler.xml file
needed by mutter. Previously it was installed by
dev-util/sysprof-capture, but the API version of sysprof-capture changed
from 3.36 to 3.38 (v3 to v4), necessitating the package being slotted.
Since both slot cannot install this file, we have to factor it out into
a separate package that x11-wm/mutter can depend on.
Bug: https://bugs.gentoo.org/753881
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/sysprof-common/metadata.xml')
-rw-r--r-- | dev-util/sysprof-common/metadata.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-util/sysprof-common/metadata.xml b/dev-util/sysprof-common/metadata.xml new file mode 100644 index 000000000000..39980802b1da --- /dev/null +++ b/dev-util/sysprof-common/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +</pkgmetadata> |