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

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>