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 A069B138334 for ; Mon, 29 Oct 2018 14:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C081E0809; Mon, 29 Oct 2018 14:23:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 34FACE0809 for ; Mon, 29 Oct 2018 14:23:49 +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 33423335CDA for ; Mon, 29 Oct 2018 14:23:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 851C842A for ; Mon, 29 Oct 2018 14:23:46 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1540823015.559bb60db84e5ef4a7b912b2fd7dba135d57b303.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Fastaq/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/Fastaq/Fastaq-9999.ebuild X-VCS-Directories: sci-biology/Fastaq/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 559bb60db84e5ef4a7b912b2fd7dba135d57b303 X-VCS-Branch: master Date: Mon, 29 Oct 2018 14:23:46 +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: 44211ee9-1341-4e56-8dba-ea2bc655b9e8 X-Archives-Hash: 0463c30ccad95617600ce7d945bda5ce commit: 559bb60db84e5ef4a7b912b2fd7dba135d57b303 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Mon Oct 29 14:23:35 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Oct 29 14:23:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=559bb60d sci-biology/Fastaq: add python 3_{6,7} Package-Manager: Portage-2.3.51, Repoman-2.3.10 sci-biology/Fastaq/Fastaq-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/Fastaq/Fastaq-9999.ebuild b/sci-biology/Fastaq/Fastaq-9999.ebuild index 3544716c7..3a99df177 100644 --- a/sci-biology/Fastaq/Fastaq-9999.ebuild +++ b/sci-biology/Fastaq/Fastaq-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_3 python3_4 python3_5 ) +PYTHON_COMPAT=( python3_3 python3_4 python3_5 python3_6 python3_7 ) inherit distutils-r1 git-r3