mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
- Redirect test suite temp directories to ${T}. This fixes an issue
I had when running the test suite in some arm chroots.
- Remove crc32c USE flag (otherwise uses bundled same code)
- Add flags during compilation for the USE flags
- Fix SLOT deps for app-arch/snappy and dev-util/google-perftools
(thanks iwdevtools for noting those)
- small styling fixes
- all those changes were tested on all stabilized arches just to be
sure.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
13 lines
392 B
XML
13 lines
392 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>arthurzam@gentoo.org</email>
|
|
<name>Arthur Zamarin</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">google/leveldb</remote-id>
|
|
<bugs-to>https://github.com/google/leveldb/issues</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|