diff options
author | 2019-03-01 14:19:10 +0100 | |
---|---|---|
committer | 2019-03-01 14:19:35 +0100 | |
commit | cb81ffd32cdda8ff5714c7a413a562a39421d0c1 (patch) | |
tree | 6420c63d2876fb340fb6ff7b17fd7fc44658f1e0 /dev-python | |
parent | sys-cluster/kubectl: Version bump to 1.12.6 (diff) | |
download | gentoo-cb81ffd32cdda8ff5714c7a413a562a39421d0c1.tar.gz gentoo-cb81ffd32cdda8ff5714c7a413a562a39421d0c1.tar.bz2 gentoo-cb81ffd32cdda8ff5714c7a413a562a39421d0c1.zip |
dev-python/python-evdev: Revbump to add python3_7 support.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild (renamed from dev-python/python-evdev/python-evdev-1.1.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-evdev/python-evdev-1.1.2.ebuild b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild index 69f32c6049cd..da0ce1d37770 100644 --- a/dev-python/python-evdev/python-evdev-1.1.2.ebuild +++ b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 |