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 A852C13888F for ; Wed, 28 Oct 2015 12:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB65421C00B; Wed, 28 Oct 2015 12:25:52 +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 8770821C00B for ; Wed, 28 Oct 2015 12:25:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46EF5340A84 for ; Wed, 28 Oct 2015 12:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 897ECE07 for ; Wed, 28 Oct 2015 12:25:45 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1446035114.4977c2bf7cf1cb6821e5eaea276a89803a06f8ea.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lammps/lammps-20151026.ebuild X-VCS-Directories: sci-physics/lammps/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 4977c2bf7cf1cb6821e5eaea276a89803a06f8ea X-VCS-Branch: master Date: Wed, 28 Oct 2015 12:25:45 +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: 0ddfe6ab-35b8-4fb2-bbbc-7c19c6c6549d X-Archives-Hash: 2a57dca657e0187e2f564dfb5c1d81fb commit: 4977c2bf7cf1cb6821e5eaea276a89803a06f8ea Author: Nicolas Bock gentoo org> AuthorDate: Wed Oct 28 12:25:14 2015 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Wed Oct 28 12:25:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4977c2bf sci-physics/lammps: Add python-3.4 support to latest version. Package-Manager: portage-2.2.20.1 sci-physics/lammps/lammps-20151026.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lammps/lammps-20151026.ebuild b/sci-physics/lammps/lammps-20151026.ebuild index 39fd779..2c75712 100644 --- a/sci-physics/lammps/lammps-20151026.ebuild +++ b/sci-physics/lammps/lammps-20151026.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils flag-o-matic fortran-2 multilib python-r1