summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-03 13:12:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:55:01 +0200
commit64f7638868748f186ff7260406de5951246d73bc (patch)
tree90e7b8caad3bb7240d476d2e26cb89d0ba16856f /dev-python
parentdev-python/pyjwt: Drop superfluous optfeature header (diff)
downloadgentoo-64f7638868748f186ff7260406de5951246d73bc.tar.gz
gentoo-64f7638868748f186ff7260406de5951246d73bc.tar.bz2
gentoo-64f7638868748f186ff7260406de5951246d73bc.zip
dev-python/blockdiag: Drop superfluous optfeature header
Fix descriptions. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/blockdiag/blockdiag-2.0.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/blockdiag/blockdiag-2.0.1.ebuild b/dev-python/blockdiag/blockdiag-2.0.1.ebuild
index 74b07ea3454e..10add2977aef 100644
--- a/dev-python/blockdiag/blockdiag-2.0.1.ebuild
+++ b/dev-python/blockdiag/blockdiag-2.0.1.ebuild
@@ -51,8 +51,7 @@ python_prepare_all() {
pkg_postinst() {
# TODO: Better descriptions!
- einfo "For additional functionality, install the following optional packages:"
- optfeature "for PDF format" dev-python/reportlab
+ optfeature "PDF format" dev-python/reportlab
optfeature "misc extra support" media-gfx/imagemagick
optfeature "Ctypes-based simple MagickWand API binding for Python" dev-python/wand
}