dev-python/python-uinput: Add EAPI=6 and python3_6
Add EAPI6 and python_3_6 to match upstream 0.10.2 version of the
ebuild.
BUG=chromium:926296
TEST=pre-cq passes
Change-Id: Iec1fa6356cc06b79f552c9f0c151da72446ae861
Reviewed-on: https://chromium-review.googlesource.com/1564767
Commit-Ready: Daniel Kurtz <djkurtz@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Chris McDonald <cjmcdonald@chromium.org>
Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
diff --git a/dev-python/python-uinput/python-uinput-0.11.2.ebuild b/dev-python/python-uinput/python-uinput-0.11.2.ebuild
index adbb57a..b2b15ef 100644
--- a/dev-python/python-uinput/python-uinput-0.11.2.ebuild
+++ b/dev-python/python-uinput/python-uinput-0.11.2.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-uinput/python-uinput-0.10.2.ebuild,v 1.1 2014/07/28 07:05:21 jlec Exp $
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
inherit distutils-r1