dev-python/pygal: fix cairosvg optfeature

Fixes: e818cd3773
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1582
Merges: https://codeberg.org/gentoo/gentoo/pulls/1582
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-07-31 02:08:05 +03:00
committed by Michał Górny
parent 717b825bc7
commit 3a57c2bba6
2 changed files with 2 additions and 2 deletions

View File

@@ -52,5 +52,5 @@ python_prepare_all() {
pkg_postinst() {
optfeature "improving rendering speed" "dev-python/lxml"
optfeature "png rendering" "dev-python/cairosvg"
optfeature "png rendering" "media-gfx/cairosvg"
}

View File

@@ -52,5 +52,5 @@ python_prepare_all() {
pkg_postinst() {
optfeature "improving rendering speed" "dev-python/lxml"
optfeature "png rendering" "dev-python/cairosvg"
optfeature "png rendering" "media-gfx/cairosvg"
}