commit: da57d98b21b62e5248879bdc655efa6c86375344 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Jan 29 11:46:00 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Jan 29 11:46:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=da57d98b
sci-chemistry/chimera-bin: use python-r1 instead of python-any-r1 the python dep is runtime and not build time, so -any* is not the correct eclass here Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild | 2 +- sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild index 4b277862d..47946a5e1 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit desktop xdg python-any-r1 +inherit desktop xdg python-r1 DESCRIPTION="An extensible Molecular Modelling System" HOMEPAGE="https://www.cgl.ucsf.edu/chimera/" diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild index 4b277862d..47946a5e1 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit desktop xdg python-any-r1 +inherit desktop xdg python-r1 DESCRIPTION="An extensible Molecular Modelling System" HOMEPAGE="https://www.cgl.ucsf.edu/chimera/"
