dev-python/pyelftools: Trim DESCRIPTION

Package-Manager: portage-2.2.28
This commit is contained in:
David Seifert
2016-03-27 20:44:57 +02:00
parent 3f54ec5c7b
commit fec8c6d83d

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"
HOMEPAGE="https://pypi.python.org/pypi/pyelftools https://github.com/eliben/pyelftools"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"