Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/
Date: Thu, 29 Oct 2015 13:49:43
Message-Id: 1446126562.7a142ae1f48e05b694c9305b6b55b5bccdb88de2.chithanh@gentoo
1 commit: 7a142ae1f48e05b694c9305b6b55b5bccdb88de2
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 13:49:22 2015 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 29 13:49:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a142ae1
7
8 dev-libs/libevdev: declare python-3 compatibility
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=553110
11
12 Package-Manager: portage-2.2.20.1
13
14 dev-libs/libevdev/libevdev-1.4.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libevdev/libevdev-1.4.4.ebuild b/dev-libs/libevdev/libevdev-1.4.4.ebuild
18 index 8873d70..8554fcc 100644
19 --- a/dev-libs/libevdev/libevdev-1.4.4.ebuild
20 +++ b/dev-libs/libevdev/libevdev-1.4.4.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=5
24 XORG_MULTILIB=yes
25 -PYTHON_COMPAT=( python2_7 )
26 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
27
28 inherit python-any-r1 xorg-2