diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 19:20:41 -0400 |
commit | af983f8ab18a8c50e942414220a0086f9bbd901c (patch) | |
tree | 418482177cdaaa10ec05e83c1acfec13c7498b15 /gui-libs/gtksourceview/metadata.xml | |
parent | gui-libs/gtk: Set remote-id (diff) | |
download | gentoo-af983f8ab18a8c50e942414220a0086f9bbd901c.tar.gz gentoo-af983f8ab18a8c50e942414220a0086f9bbd901c.tar.bz2 gentoo-af983f8ab18a8c50e942414220a0086f9bbd901c.zip |
gui-libs/gtksourceview: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs/gtksourceview/metadata.xml')
-rw-r--r-- | gui-libs/gtksourceview/metadata.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gui-libs/gtksourceview/metadata.xml b/gui-libs/gtksourceview/metadata.xml index 12d732e2c1cf..2129f4833eb8 100644 --- a/gui-libs/gtksourceview/metadata.xml +++ b/gui-libs/gtksourceview/metadata.xml @@ -1,11 +1,14 @@ <?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="sysprof">Enable profiling data capture support using <pkg>dev-util/sysprof-capture</pkg></flag> -</use> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="sysprof">Enable profiling data capture support using <pkg>dev-util/sysprof-capture</pkg></flag> + </use> + <upstream> + <remote-id type="gnome-gitlab">GNOME/gtksourceview</remote-id> + </upstream> </pkgmetadata> |