From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1236315-garchives=archives.gentoo.org@lists.gentoo.org> 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 519B41382C5 for <garchives@archives.gentoo.org>; Thu, 31 Dec 2020 11:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E93E087A; Thu, 31 Dec 2020 11:55:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3AF19E087A for <gentoo-commits@lists.gentoo.org>; Thu, 31 Dec 2020 11:55:01 +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 72211340D2F for <gentoo-commits@lists.gentoo.org>; Thu, 31 Dec 2020 11:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 024EE332 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Dec 2020 11:54:58 +0000 (UTC) From: "Aisha Tammy" <gentoo@aisha.cc> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc> Message-ID: <1609415634.a68694f10db89263ecb947ed63382433da73dc84.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/modeller/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/modeller/modeller-9.25.ebuild X-VCS-Directories: sci-chemistry/modeller/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: a68694f10db89263ecb947ed63382433da73dc84 X-VCS-Branch: master Date: Thu, 31 Dec 2020 11:54:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: daaaf9f6-316b-47e2-af0c-db74d65234f1 X-Archives-Hash: df35648a4b1521d48e0c70110ea272da commit: a68694f10db89263ecb947ed63382433da73dc84 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Dec 31 11:46:01 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Thu Dec 31 11:53:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a68694f1 sci-chemistry/modeller: make repoman happier The patch is still too big, but at least now it doesn't complain about missing deps Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Closes: https://github.com/gentoo/sci/pull/1016 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-chemistry/modeller/modeller-9.25.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/modeller/modeller-9.25.ebuild b/sci-chemistry/modeller/modeller-9.25.ebuild index cf3af567e..8db00ea11 100644 --- a/sci-chemistry/modeller/modeller-9.25.ebuild +++ b/sci-chemistry/modeller/modeller-9.25.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 eutils multilib @@ -12,14 +12,13 @@ HOMEPAGE="https://salilab.org/modeller/" SRC_URI="https://salilab.org/${PN}/${PV}/${P}.tar.gz" LICENSE="modeller" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86" IUSE="doc examples" SLOT="0" RESTRICT="mirror" DEPEND=">=dev-lang/swig-1.3" -RDEPEND="" INPATH="${EPREFIX}"/opt/modeller${ver}