mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-22 18:18:19 -07:00
By default upstream only compiles and enables the "optimial" implementation for the current system. This is nice for some cases, however for a distro package this is not ideal. Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
13 lines
417 B
XML
13 lines
417 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>chutzpah@gentoo.org</email>
|
|
<name>Patrick McLean</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="tools">Build and install extra command line tools</flag>
|
|
<flag name="all-impls">Enable all implementations rather than only onem</flag>
|
|
</use>
|
|
</pkgmetadata>
|