diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-17 20:52:18 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-17 20:56:42 -0400 |
commit | d0358eadc872dd148d437ce606208981df4c01da (patch) | |
tree | ff1afe5ae5b894f0dab58cc578024c62e2a04e2a /x11-libs/cairo | |
parent | x11-drivers/xf86-video-vmware: Set remote-id (diff) | |
download | gentoo-d0358eadc872dd148d437ce606208981df4c01da.tar.gz gentoo-d0358eadc872dd148d437ce606208981df4c01da.tar.bz2 gentoo-d0358eadc872dd148d437ce606208981df4c01da.zip |
x11-libs/cairo: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/metadata.xml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/x11-libs/cairo/metadata.xml b/x11-libs/cairo/metadata.xml index d4c30a5b0bff..605713de435c 100644 --- a/x11-libs/cairo/metadata.xml +++ b/x11-libs/cairo/metadata.xml @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>x11@gentoo.org</email> - <name>X11</name> - </maintainer> - <use> - <flag name="opengl" restrict=">=x11-libs/cairo-1.10.0">Build the OpenGL backend</flag> - <flag name="gles2-only">Build the OpenGL ES 2 backend</flag> - <flag name="gles3" restrict=">=x11-libs/cairo-1.17">Use OpenGL ES 3.0 features (instead of ES 2.0; requires USE=gles2-only)</flag> - <flag name="glib">Compile with GLib Object System support</flag> - <flag name="utils">Build support for Cairo script and trace utilities</flag> - <flag name="valgrind">Built-in support to mark memory regions</flag> - </use> - <upstream> - <remote-id type="cpe">cpe:/a:cairographics:cairo</remote-id> - </upstream> + <maintainer type="project"> + <email>x11@gentoo.org</email> + <name>X11</name> + </maintainer> + <use> + <flag name="opengl" restrict=">=x11-libs/cairo-1.10.0">Build the OpenGL backend</flag> + <flag name="gles2-only">Build the OpenGL ES 2 backend</flag> + <flag name="gles3" restrict=">=x11-libs/cairo-1.17">Use OpenGL ES 3.0 features (instead of ES 2.0; requires USE=gles2-only)</flag> + <flag name="glib">Compile with GLib Object System support</flag> + <flag name="utils">Build support for Cairo script and trace utilities</flag> + <flag name="valgrind">Built-in support to mark memory regions</flag> + </use> + <upstream> + <remote-id type="cpe">cpe:/a:cairographics:cairo</remote-id> + <remote-id type="freedesktop-gitlab">cairo/cairo</remote-id> + </upstream> </pkgmetadata> |