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 C2F7A1384B4 for ; Tue, 1 Dec 2015 15:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C206E0891; Tue, 1 Dec 2015 15:28:02 +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 A08E2E0891 for ; Tue, 1 Dec 2015 15:28:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4016A340834 for ; Tue, 1 Dec 2015 15:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 876E7A50 for ; Tue, 1 Dec 2015 15:27:52 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1448983659.e3c40c317fb39952c61fbb59cf9b2969310cd7eb.alexxy@gentoo> Subject: [gentoo-commits] dev/alexxy:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: dev/alexxy X-VCS-Files: sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: e3c40c317fb39952c61fbb59cf9b2969310cd7eb X-VCS-Branch: master Date: Tue, 1 Dec 2015 15:27:52 +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: d9ec0ffb-09be-43c1-8763-5603d2ac19c9 X-Archives-Hash: b4a04dbb790e1feeb2c69befa7026481 commit: e3c40c317fb39952c61fbb59cf9b2969310cd7eb Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Dec 1 15:27:39 2015 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Dec 1 15:27:39 2015 +0000 URL: https://gitweb.gentoo.org/dev/alexxy.git/commit/?id=e3c40c31 sci-chemistry/gromacs: Add python 3.5 to abi list Package-Manager: portage-2.2.24 sci-chemistry/gromacs/gromacs-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 9bcf6a3..9529978 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -8,7 +8,7 @@ TEST_PV="5.0-rc1" CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python{3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4,3_5} ) inherit bash-completion-r1 cmake-utils cuda eutils multilib python-single-r1 readme.gentoo toolchain-funcs