Files
gentoo/dev-libs/libcbor/metadata.xml
Eli Schwartz 0a9201bc37 dev-libs/libcbor: remove useless USE flag that is a no-op
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>
2023-11-28 16:33:56 +00:00

334 B