diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-10-29 14:49:22 +0100 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-10-29 14:49:22 +0100 |
commit | 7a142ae1f48e05b694c9305b6b55b5bccdb88de2 (patch) | |
tree | 82d4f3b183873ac6c2b3deddd1478337d7a8fc8a /dev-libs/libevdev | |
parent | profiles/package.mask: drop xproto mask (diff) | |
download | gentoo-7a142ae1f48e05b694c9305b6b55b5bccdb88de2.tar.gz gentoo-7a142ae1f48e05b694c9305b6b55b5bccdb88de2.tar.bz2 gentoo-7a142ae1f48e05b694c9305b6b55b5bccdb88de2.zip |
dev-libs/libevdev: declare python-3 compatibility
Bug: https://bugs.gentoo.org/show_bug.cgi?id=553110
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-libs/libevdev')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.4.4.ebuild b/dev-libs/libevdev/libevdev-1.4.4.ebuild index 8873d701d997..8554fcc1e0d3 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 |