From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB0B613888F for ; Thu, 29 Oct 2015 13:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C33E07E6; Thu, 29 Oct 2015 13:49:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D7D5E07E6 for ; Thu, 29 Oct 2015 13:49:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17D2F340BEF for ; Thu, 29 Oct 2015 13:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F5A919EC for ; Thu, 29 Oct 2015 13:49:36 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1446126562.7a142ae1f48e05b694c9305b6b55b5bccdb88de2.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevdev/libevdev-1.4.4.ebuild X-VCS-Directories: dev-libs/libevdev/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 7a142ae1f48e05b694c9305b6b55b5bccdb88de2 X-VCS-Branch: master Date: Thu, 29 Oct 2015 13:49:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 68c4b968-be89-450b-86eb-582f94d09632 X-Archives-Hash: 5ada1f615b6ca4cc88b803c962a74710 commit: 7a142ae1f48e05b694c9305b6b55b5bccdb88de2 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Thu Oct 29 13:49:22 2015 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo 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