mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
Bug: https://bugs.gentoo.org/639236 Bug: https://bugs.gentoo.org/659306 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35751 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
26 lines
821 B
XML
26 lines
821 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>negril.nx+gentoo@gmail.com</email>
|
|
<name>Paul Zander</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<description>Gentoo Proxy Maintainers</description>
|
|
</maintainer>
|
|
<longdescription>
|
|
Basic, light-weight C++ library for efficient representation of 2D
|
|
and 3D vectors and matrices and data type common to computer graphics
|
|
applications.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="large-stack">
|
|
Enables code to take advantage of large stack support
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">AcademySoftwareFoundation/Imath</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|