commit | a4e34ec9f6e3ca3176c334dcd90e7897c788c138 | [log] [tgz] |
---|---|---|
author | Daniel Kurtz <djkurtz@chromium.org> | Thu Apr 11 11:15:06 2019 -0600 |
committer | chrome-bot <chrome-bot@chromium.org> | Thu Apr 18 14:40:55 2019 -0700 |
tree | c5dfac321335b8035577d730d8129d8fdaabdb4d | |
parent | de159c2c56b5e8f0d75005a86652ee5044dd8546 [diff] |
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-r2.ebuild b/dev-python/python-uinput/python-uinput-0.11.2-r3.ebuild similarity index 100% rename from dev-python/python-uinput/python-uinput-0.11.2-r2.ebuild rename to dev-python/python-uinput/python-uinput-0.11.2-r3.ebuild
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