commit: 93ab3be0431790c058dfa234fec55fb6ce520f22 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 13 20:01:56 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 20:01:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ab3be0
media-gfx/inkscape: depend on tinycss2 See https://inkscape.org/doc/release_notes/1.4/Inkscape_1.4.html#Important_Changes_for_Packagers. Closes: https://bugs.gentoo.org/942828 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/inkscape/{inkscape-1.4.ebuild => inkscape-1.4-r1.ebuild} | 1 + media-gfx/inkscape/inkscape-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/inkscape/inkscape-1.4.ebuild b/media-gfx/inkscape/inkscape-1.4-r1.ebuild similarity index 99% rename from media-gfx/inkscape/inkscape-1.4.ebuild rename to media-gfx/inkscape/inkscape-1.4-r1.ebuild index 33c9e981ae53..b5aaaa12c6fe 100644 --- a/media-gfx/inkscape/inkscape-1.4.ebuild +++ b/media-gfx/inkscape/inkscape-1.4-r1.ebuild @@ -67,6 +67,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] + dev-python/tinycss2[${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ') cdr? ( diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 57b9aef00a3d..d2cb3625c46c 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -67,6 +67,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] + dev-python/tinycss2[${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ') cdr? (
