dev-python/faulthandler: ebuild maintenance: remove irrelevant inherit

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Matthias Maier
2017-09-05 20:45:48 -05:00
parent 81e8852f64
commit 9dc945614d

View File

@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
inherit distutils-r1
DESCRIPTION="functions to dump Python tracebacks explicitly (on fault, user signal, timeout)"
HOMEPAGE="https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler"