commit: 6396fdd0ba45b1c8f9f4628ca57e14868ae0e08b Author: Christopher Head <chead <AT> chead <DOT> ca> AuthorDate: Tue Jan 29 15:20:43 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Feb 5 22:34:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6396fdd0
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 <AT> 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 <AT> gentoo.org> dev-python/asciitree/asciitree-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/asciitree/asciitree-0.3.3.ebuild b/dev-python/asciitree/asciitree-0.3.3.ebuild index 2941009afab..71c50f6e3f1 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"