diff options
| author | Sam James <sam@gentoo.org> | 2025-12-27 17:00:06 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-12-27 17:00:06 +0000 |
| commit | 5f4f7d9b26107213e0ebd8f9bddd27a0d87f60fd (patch) | |
| tree | 8c2fe1bc1b965b55d3ee7b0e9fd7e9c2814b1180 /dev-python/libvirt-python/libvirt-python-9999.ebuild | |
| parent | 422834280300593b8e55c229eaafb22a9298dec0 (diff) | |
| download | gentoo-5f4f7d9b26107213e0ebd8f9bddd27a0d87f60fd.tar.gz gentoo-5f4f7d9b26107213e0ebd8f9bddd27a0d87f60fd.tar.bz2 gentoo-5f4f7d9b26107213e0ebd8f9bddd27a0d87f60fd.zip | |
app-misc/jdupes: fix dev-libs/libjodycode minimum version
When building 1.30.0, I saw:
```
filestat.c: In function 'file_has_changed':
filestat.c:31:18: error: storage size of 's' isn't known
31 | struct JC_STAT s;
| ^
filestat.c:41:7: error: implicit declaration of function 'jc_stat' [-Wimplicit-function-declaration]
41 | if (jc_stat(file->d_name, &s) != 0) return -2;
| ^~~~~~~
filestat.c:55:8: error: implicit declaration of function 'JC_S_ISLNK'; did you mean 'S_ISLNK'? [-Wimplicit-function-declaration]
55 | if ((JC_S_ISLNK(s.st_mode) > 0) ^ ISFLAG(file->flags, FF_IS_SYMLINK)) return 1;
| ^~~~~~~~~~
| S_ISLNK
filestat.c:31:18: warning: unused variable 's' [-Wunused-variable]
31 | struct JC_STAT s;
| ^
filestat.c: In function 'getfilestats':
filestat.c:64:18: error: storage size of 's' isn't known
64 | struct JC_STAT s;
| ^
```
Just crank the minimum version for all versions in-tree to the latest
stable dev-libs/libjodycode.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-9999.ebuild')
0 files changed, 0 insertions, 0 deletions
