mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michał Górny
parent
717b825bc7
commit
3a57c2bba6
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user