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 9885A139695 for ; Thu, 15 Jun 2017 17:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66EA21C1ED; Thu, 15 Jun 2017 17:37:33 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE61821C1ED for ; Thu, 15 Jun 2017 17:37:33 +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 A0036341829 for ; Thu, 15 Jun 2017 17:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D867481 for ; Thu, 15 Jun 2017 17:37:30 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1497546800.6c3156ac91b365aeef2f65f87bf0e304aba4dd9a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lammps/lammps-20170109.ebuild X-VCS-Directories: sci-physics/lammps/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6c3156ac91b365aeef2f65f87bf0e304aba4dd9a X-VCS-Branch: master Date: Thu, 15 Jun 2017 17:37:30 +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: 61eae770-f602-4e1a-ad01-adaaa1bc2b45 X-Archives-Hash: d7647468d800511daaa61ed5e1705d3f commit: 6c3156ac91b365aeef2f65f87bf0e304aba4dd9a Author: Pacho Ramos gentoo org> AuthorDate: Thu Jun 15 17:13:20 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jun 15 17:13:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3156ac sci-physics/lammps: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-physics/lammps/lammps-20170109.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lammps/lammps-20170109.ebuild b/sci-physics/lammps/lammps-20170109.ebuild index c55b94c5e60..585e9cfb960 100644 --- a/sci-physics/lammps/lammps-20170109.ebuild +++ b/sci-physics/lammps/lammps-20170109.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils flag-o-matic fortran-2 multilib python-r1