diff options
-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> |