Diff piper-0.6 with a piper-0.7
/usr/portage/app-misc/piper/piper-0.7.ebuild 2023-10-09 14:52:28.812368333 +0300 | ||
---|---|---|
20 | 20 | |
21 | 21 |
BDEPEND=" |
22 | 22 |
${PYTHON_DEPS} |
23 |
$(python_gen_cond_dep ' |
|
24 |
dev-python/lxml[${PYTHON_USEDEP}] |
|
25 |
') |
|
23 | 26 |
virtual/pkgconfig |
24 | 27 |
test? ( |
25 | 28 |
$(python_gen_cond_dep ' |
26 | 29 |
dev-python/flake8[${PYTHON_USEDEP}] |
27 | 30 |
') |
31 |
dev-libs/appstream |
|
28 | 32 |
) |
29 | 33 |
" |
30 | 34 |
RDEPEND=" |
31 | 35 |
${PYTHON_DEPS} |
32 | 36 |
dev-libs/gobject-introspection |
33 |
>=dev-libs/libratbag-0.13 |
|
37 |
>=dev-libs/libratbag-0.14 |
|
34 | 38 |
gnome-base/librsvg[introspection] |
35 | 39 |
x11-libs/gdk-pixbuf[introspection] |
36 | 40 |
x11-libs/gtk+:3[introspection] |