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 similarity index 87% rename from dev-python/python-evdev/python-evdev-1.1.2.ebuild rename to dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild index 69f32c6049cd0..da0ce1d377701 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