diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-12-07 16:31:03 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-12-07 16:37:40 -0800 |
commit | 46265eeb4f36cca8039241dc1a9a2d41d2f6caa7 (patch) | |
tree | dec8cd561e6ea5251445a3aa14f503df40e48b35 /dev-lang/php | |
parent | sys-libs/glibc: 2.32: cut 3 patchset (diff) | |
download | gentoo-46265eeb4f36cca8039241dc1a9a2d41d2f6caa7.tar.gz gentoo-46265eeb4f36cca8039241dc1a9a2d41d2f6caa7.tar.bz2 gentoo-46265eeb4f36cca8039241dc1a9a2d41d2f6caa7.zip |
dev-python/gevent: bump libev dep
EVBACKEND_LINUXAIO was added to libev-4.24
EVBACKEND_IOURING was added in libev-4.31
```
src/gevent/libev/corecext.c: In function '__pyx_pymod_exec_corecext':
src/gevent/libev/corecext.c:24279:36: error: 'EVBACKEND_LINUXAIO' undeclared (first use in this function)
24279 | __pyx_t_1 = __Pyx_PyInt_From_int(EVBACKEND_LINUXAIO); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 113, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~~
src/gevent/libev/corecext.c:24279:36: note: each undeclared identifier is reported only once for each function it appears in
src/gevent/libev/corecext.c:24284:36: error: 'EVBACKEND_IOURING' undeclared (first use in this function); did you mean 'EVBACKEND_PORT'?
24284 | __pyx_t_1 = __Pyx_PyInt_From_int(EVBACKEND_IOURING); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 114, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~
```
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-lang/php')
0 files changed, 0 insertions, 0 deletions