From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA227139694 for ; Sat, 25 Mar 2017 08:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E1021C03E; Sat, 25 Mar 2017 08:56:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EE7621C012 for ; Sat, 25 Mar 2017 08:56:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C68DF341664 for ; Sat, 25 Mar 2017 08:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38FE373DD for ; Sat, 25 Mar 2017 08:56:23 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1490432178.e7ccfcce11b9e96038962ac8235b60f908a3aeec.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.24.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: e7ccfcce11b9e96038962ac8235b60f908a3aeec X-VCS-Branch: master Date: Sat, 25 Mar 2017 08:56:23 +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: 63a49c8e-3fa3-4465-ab4a-cfd0492e66a4 X-Archives-Hash: bc83f5bb2f46f9971cfae5b0a5b1f7bd commit: e7ccfcce11b9e96038962ac8235b60f908a3aeec Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sat Mar 25 08:55:19 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat Mar 25 08:56:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ccfcce net-mail/notmuch: Try with newer version of Python Package-Manager: Portage-2.3.4, Repoman-2.3.2 net-mail/notmuch/notmuch-0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/notmuch/notmuch-0.24.ebuild b/net-mail/notmuch/notmuch-0.24.ebuild index a9dc94ccfb9..ba3769544f5 100644 --- a/net-mail/notmuch/notmuch-0.24.ebuild +++ b/net-mail/notmuch/notmuch-0.24.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs