commit: e7abad3eacab4b30ce6e594676b87866bf017d3a
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 04:27:18 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 04:27:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7abad3e
dev-python/websocket-client: make eapi6
Package-Manager: Portage-2.3.27, Repoman-2.3.9
dev-python/websocket-client/websocket-client-0.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
index 4868f2b4be3..ba1268c7cdf 100644
--- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )