dev-python/asciitree: fix description.

The DESCRIPTION appears to have been copied from dev-python/zfec and is
definitely not accurate for asciitree. Use the description from PyPI.

Signed-off-by: Christopher Head <chead@chead.ca>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10931
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Christopher Head
2019-01-29 07:20:43 -08:00
committed by Patrice Clement
parent 5e3a1c8c33
commit 6396fdd0ba

View File

@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Fast erasure codec for the command-line, C, Python, or Haskell"
DESCRIPTION="Draws ASCII trees"
HOMEPAGE="https://pypi.org/project/asciitree/"
SRC_URI="mirror://pypi/a/asciitree/${P}.tar.gz"