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}
 

Reply via email to