dev-python/pyelftools: Trim DESCRIPTION
authorDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 18:44:57 +0000 (20:44 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 27 Mar 2016 19:03:56 +0000 (21:03 +0200)
Package-Manager: portage-2.2.28

dev-python/pyelftools/pyelftools-0.22.ebuild

index bf78aa35bd2fe83269e4983d3ac1655b7c1d9672..c7a3b93ee05bba7dc06d44a23201c2a392fafc4b 100644 (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"