diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-09 09:50:34 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-09 10:33:03 +0100 |
commit | db94798e2b6428e25296815385441c132851ba0a (patch) | |
tree | 536de4ee4bc998e0193e2fa8769394e2382a9e8d /net-misc/whatportis | |
parent | dev-python/testtools: Add python3.5 support (diff) | |
download | gentoo-db94798e2b6428e25296815385441c132851ba0a.tar.gz gentoo-db94798e2b6428e25296815385441c132851ba0a.tar.bz2 gentoo-db94798e2b6428e25296815385441c132851ba0a.zip |
net-misc/whatportis: Add missing eclass
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/whatportis')
-rw-r--r-- | net-misc/whatportis/whatportis-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |