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 E95F7158013 for ; Sun, 26 Sep 2021 18:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 369BAE0A63; Sun, 26 Sep 2021 18:11:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11489E0A63 for ; Sun, 26 Sep 2021 18:11:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2936343048 for ; Sun, 26 Sep 2021 18:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AC7AA3 for ; Sun, 26 Sep 2021 18:11:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632679851.ab14e6ce21f4a8988acdef0f90039715a42aacae.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/lammps/lammps-20200303-r1.ebuild X-VCS-Directories: sci-physics/lammps/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ab14e6ce21f4a8988acdef0f90039715a42aacae X-VCS-Branch: master Date: Sun, 26 Sep 2021 18:11:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20bb5450-7025-4457-af30-e471beb9e4da X-Archives-Hash: e40775c6cffff7d6511c4d15aa27783a commit: ab14e6ce21f4a8988acdef0f90039715a42aacae Author: Arthur Zamarin gentoo org> AuthorDate: Sun Sep 26 18:10:51 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Sep 26 18:10:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab14e6ce sci-physics/lammps: enable py3.9, enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> sci-physics/lammps/lammps-20200303-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/lammps/lammps-20200303-r1.ebuild b/sci-physics/lammps/lammps-20200303-r1.ebuild index 750459af939..dbf42732cb2 100644 --- a/sci-physics/lammps/lammps-20200303-r1.ebuild +++ b/sci-physics/lammps/lammps-20200303-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{8..10} ) CMAKE_MAKEFILE_GENERATOR=emake inherit cmake fortran-2 python-r1