commit: 7a142ae1f48e05b694c9305b6b55b5bccdb88de2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> AuthorDate: Thu Oct 29 13:49:22 2015 +0000 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> CommitDate: Thu Oct 29 13:49:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a142ae1
dev-libs/libevdev: declare python-3 compatibility Bug: https://bugs.gentoo.org/show_bug.cgi?id=553110 Package-Manager: portage-2.2.20.1 dev-libs/libevdev/libevdev-1.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libevdev/libevdev-1.4.4.ebuild b/dev-libs/libevdev/libevdev-1.4.4.ebuild index 8873d70..8554fcc 100644 --- a/dev-libs/libevdev/libevdev-1.4.4.ebuild +++ b/dev-libs/libevdev/libevdev-1.4.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 XORG_MULTILIB=yes -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit python-any-r1 xorg-2
