diff options
author | band-a-prend <torokhov-s-a@yandex.ru> | 2019-06-22 01:25:44 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-19 18:44:54 +0200 |
commit | efbb1928f3165176e350b3a3e9a28a134820d51a (patch) | |
tree | 9b7a96f20778e836728aaae11fcc38a1e35cca3c /sci-libs | |
parent | sci-libs/cantera: 2.4.0-r1. Enable build with sci-libs/sundials-3.2.x (diff) | |
download | gentoo-efbb1928f3165176e350b3a3e9a28a134820d51a.tar.gz gentoo-efbb1928f3165176e350b3a3e9a28a134820d51a.tar.bz2 gentoo-efbb1928f3165176e350b3a3e9a28a134820d51a.zip |
sci-libs/cantera: 2.4.0-r1. Fix ebuild to satisfy GLEP73BackAlteration
Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index 707f5670106b..435742d4be0d 100644 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86" IUSE="+cti fortran pch +python test" REQUIRED_USE=" - cti? ( ${PYTHON_REQUIRED_USE} ) python? ( cti ) + cti? ( ${PYTHON_REQUIRED_USE} ) ${PYTHON_REQUIRED_USE} " |