diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-29 12:49:50 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-29 12:49:50 +0100 |
commit | 23389b3b49b6b416f6eb9773675c0fc74e288ac0 (patch) | |
tree | b5060987ebf7e2e6873099b3a4dea959366c793e /sci-chemistry | |
parent | sci-chemistry/chimera-bin: use python-r1 instead of python-any-r1 (diff) | |
download | sci-23389b3b49b6b416f6eb9773675c0fc74e288ac0.tar.gz sci-23389b3b49b6b416f6eb9773675c0fc74e288ac0.tar.bz2 sci-23389b3b49b6b416f6eb9773675c0fc74e288ac0.zip |
sci-chemistry/chimera-bin: add missing REQUIRED_USE="${PYTHON_REQUIRED_USE}"
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild index 47946a5e1..cb31dca65 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild @@ -15,6 +15,8 @@ SLOT="0" LICENSE="chimera" KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="prefix? ( dev-util/patchelf )" RDEPEND=" dev-lang/tcl diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild index 47946a5e1..cb31dca65 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild @@ -15,6 +15,8 @@ SLOT="0" LICENSE="chimera" KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="prefix? ( dev-util/patchelf )" RDEPEND=" dev-lang/tcl |