From: Justin Lecher Date: Tue, 9 Feb 2016 08:50:34 +0000 (+0100) Subject: net-misc/whatportis: Add missing eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=db94798e2b6428e25296815385441c132851ba0a;p=gentoo.git net-misc/whatportis: Add missing eclass Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild index 152867fb50bb..1b1511d3fbce 100644 --- a/net-misc/whatportis/whatportis-0.6.ebuild +++ b/net-misc/whatportis/whatportis-0.6.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) -inherit distutils-r1 +inherit distutils-r1 eutils DESCRIPTION="A command to search port names and numbers" HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis"