From 6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b Mon Sep 17 00:00:00 2001 From: Christopher Head Date: Tue, 29 Jan 2019 07:20:43 -0800 Subject: 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 --- dev-python/asciitree/asciitree-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/asciitree') 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" -- cgit v1.2.3-65-gdbad