From 9dc945614d3ce015e396122ef6bcf1ab2a9cf957 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 5 Sep 2017 20:45:48 -0500 Subject: [PATCH] dev-python/faulthandler: ebuild maintenance: remove irrelevant inherit Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/faulthandler/faulthandler-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/faulthandler/faulthandler-2.6.ebuild b/dev-python/faulthandler/faulthandler-2.6.ebuild index 98e5c2804c532..e2c97d0e41ca8 100644 --- a/dev-python/faulthandler/faulthandler-2.6.ebuild +++ b/dev-python/faulthandler/faulthandler-2.6.ebuild @@ -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"