Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Sat, 27 Feb 2021 19:26:22
Message-Id: 1614453970.56d005fbc17d3c509eb2461f3ebe23505fbb133a.mattst88@gentoo
1 commit: 56d005fbc17d3c509eb2461f3ebe23505fbb133a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 19:03:02 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 19:26:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d005fb
7
8 dev-libs/libinput: Add Python 3.9 compat
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libinput/libinput-1.16.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libinput/libinput-1.16.4.ebuild b/dev-libs/libinput/libinput-1.16.4.ebuild
16 index abcaeae1dc4..66c9079fcdc 100644
17 --- a/dev-libs/libinput/libinput-1.16.4.ebuild
18 +++ b/dev-libs/libinput/libinput-1.16.4.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 2014-2020 Gentoo Authors
21 +# Copyright 2014-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8} )
26 +PYTHON_COMPAT=( python3_{7,8,9} )
27
28 inherit meson python-any-r1 udev