mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-07 01:08:14 -07:00
Add a global USE=lto flag. The flag is used semi-consistently in 31 packages, with a few adding extra information. That said, probably many of these uses are invalid, as they are equivalent to adding `-flto` to CFLAGS. Signed-off-by: Michał Górny <mgorny@gentoo.org>
21 lines
853 B
XML
21 lines
853 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ultrabug@gentoo.org</email>
|
|
<name>Alexys Jacob</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
MongoDB (from "humongous") is a scalable, high-performance, open source,
|
|
schema-free, document-oriented database. Written in C++, MongoDB features:
|
|
|
|
MongoDB bridges the gap between key-value stores (which are fast and highly
|
|
scalable) and traditional RDBMS systems (which provide structured schemas
|
|
and powerful queries).
|
|
</longdescription>
|
|
<use>
|
|
<flag name="mongosh">Install the MongoDB shell from <pkg>app-admin/mongosh-bin</pkg></flag>
|
|
<flag name="tools">Install the MongoDB tools (mongoimport, mongodump...) from <pkg>app-admin/mongo-tools</pkg></flag>
|
|
</use>
|
|
</pkgmetadata>
|