mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07: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>
334 B
334 B