mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
The current ebuild logs a warning:
```
CMake Warning at CMakeLists.txt:22 (message):
CBOR_CUSTOM_ALLOC has been deprecated. Custom allocators are now enabled
by default.The flag is a no-op and will be removed in the next version.
Please remove CBOR_CUSTOM_ALLOC from your build configuation.
```
The USE flag only controls a cmake feature flag, but that feature flag
is completely ignored and the resulting package is identical.
Upstream commit:
c03d88e02f
Remove the USE flag. No revbump needed, the resulting package is the
same either way, but people may feel free to rebuild on changed-USE
anyway.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34026
Signed-off-by: Sam James <sam@gentoo.org>
12 lines
334 B
XML
12 lines
334 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">pjk/libcbor</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|