mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Add a global USE=asm. It is used consistently in 16 packages. Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34330 Signed-off-by: Michał Górny <mgorny@gentoo.org>
23 lines
806 B
XML
23 lines
806 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
NaCl (pronounced "salt") is a new easy-to-use high-speed software
|
|
library for network communication, encryption, decryption,
|
|
signatures, etc. NaCl's goal is to provide all of the core
|
|
operations needed to build higher-level cryptographic tools.
|
|
Sodium is a portable, cross-compilable, installable,
|
|
packageable fork of NaCl, with a compatible API.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">jedisct1/libsodium</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|