From: Christopher Head Date: Tue, 29 Jan 2019 15:20:43 +0000 (-0800) Subject: dev-python/asciitree: fix description. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b;p=gentoo.git 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 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10931 Signed-off-by: Patrice Clement --- diff --git a/dev-python/asciitree/asciitree-0.3.3.ebuild b/dev-python/asciitree/asciitree-0.3.3.ebuild index 2941009afab7..71c50f6e3f1e 100644 --- a/dev-python/asciitree/asciitree-0.3.3.ebuild +++ b/dev-python/asciitree/asciitree-0.3.3.ebuild @@ -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"