mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
repoman does not yet accept the https version.
This partially reverts eaaface92e.
Bug: https://bugs.gentoo.org/552720
17 lines
734 B
XML
17 lines
734 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer>
|
|
<email>tamiko@gentoo.org</email>
|
|
<name>Matthias Maier</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="boost">Enable the usage of dev-libs/boost</flag>
|
|
<flag name="coprocessing">Enable the coprocessing infrastructure which is mainly useful in the context of clusters</flag>
|
|
<flag name="cg">Add support for nvidia's cg shaders</flag>
|
|
<flag name="nvcontrol">Add NVCONTROL support for OpenGL options</flag>
|
|
<flag name="plugins">Build and install additional plugins</flag>
|
|
<flag name="development">Install development files including headers</flag>
|
|
</use>
|
|
</pkgmetadata>
|