diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:48 +0100 |
commit | fad9357fb867853561120115a869ed800f91daf3 (patch) | |
tree | f78df014a61577d076b86832bd2f3c0fe5522317 /dev-libs/libinput | |
parent | dev-libs/libgit2: Remove py2 where possible (diff) | |
download | gentoo-fad9357fb867853561120115a869ed800f91daf3.tar.gz gentoo-fad9357fb867853561120115a869ed800f91daf3.tar.bz2 gentoo-fad9357fb867853561120115a869ed800f91daf3.zip |
dev-libs/libinput: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.14.3.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libinput/libinput-1.15.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libinput/libinput-1.15.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libinput/libinput-1.14.3.ebuild b/dev-libs/libinput/libinput-1.14.3.ebuild index 23c60db47803..7a369d3cd2dd 100644 --- a/dev-libs/libinput/libinput-1.14.3.ebuild +++ b/dev-libs/libinput/libinput-1.14.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit meson python-any-r1 udev diff --git a/dev-libs/libinput/libinput-1.15.0.ebuild b/dev-libs/libinput/libinput-1.15.0.ebuild index d0cb85f869aa..313a4e3d067c 100644 --- a/dev-libs/libinput/libinput-1.15.0.ebuild +++ b/dev-libs/libinput/libinput-1.15.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit meson python-any-r1 udev diff --git a/dev-libs/libinput/libinput-1.15.1.ebuild b/dev-libs/libinput/libinput-1.15.1.ebuild index d0cb85f869aa..313a4e3d067c 100644 --- a/dev-libs/libinput/libinput-1.15.1.ebuild +++ b/dev-libs/libinput/libinput-1.15.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit meson python-any-r1 udev |