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 4C0BA139083 for ; Thu, 14 Dec 2017 15:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 353A1E0FB0; Thu, 14 Dec 2017 15:32:11 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 123FFE0FB0 for ; Thu, 14 Dec 2017 15:32:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0C73833BEA7 for ; Thu, 14 Dec 2017 15:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0EB9AE1D for ; Thu, 14 Dec 2017 15:32:08 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1513265465.f40a35f158c192103ac359163c9a617fae89ede6.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/anki/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/anki/anki-2.1.0_beta25.ebuild X-VCS-Directories: app-misc/anki/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: f40a35f158c192103ac359163c9a617fae89ede6 X-VCS-Branch: master Date: Thu, 14 Dec 2017 15:32:08 +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: 441122b1-bbd3-4158-92bc-c912fc84d322 X-Archives-Hash: 2112092078e3ad066897c678d93e3be2 commit: f40a35f158c192103ac359163c9a617fae89ede6 Author: Michael Weber gentoo org> AuthorDate: Thu Dec 14 15:31:05 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Dec 14 15:31:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40a35f1 app-misc/anki: add 3.5 and 3.6 to PYTHON_COMPAT (non-maint commit). Package-Manager: Portage-2.3.18, Repoman-2.3.6 app-misc/anki/anki-2.1.0_beta25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/anki/anki-2.1.0_beta25.ebuild b/app-misc/anki/anki-2.1.0_beta25.ebuild index 9abc929ee65..ac3413e622b 100644 --- a/app-misc/anki/anki-2.1.0_beta25.ebuild +++ b/app-misc/anki/anki-2.1.0_beta25.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) PYTHON_REQ_USE="sqlite" inherit eutils python-single-r1