commit:     c2084424fb801979847ecab89239a0ebd7963862
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Jan 15 18:22:53 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 09:18:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2084424

sci-libs/cantera: sort RDEPEND items; drop USE check duplicate

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/34795
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-libs/cantera/cantera-2.6.0-r2.ebuild | 12 +++++++-----
 sci-libs/cantera/cantera-3.0.0.ebuild    | 14 ++++++++------
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/sci-libs/cantera/cantera-2.6.0-r2.ebuild 
b/sci-libs/cantera/cantera-2.6.0-r2.ebuild
index b7276b05cc38..d024ceeacfc7 100644
--- a/sci-libs/cantera/cantera-2.6.0-r2.ebuild
+++ b/sci-libs/cantera/cantera-2.6.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,20 +27,22 @@ REQUIRED_USE="
 
 RDEPEND="
        ${PYTHON_DEPS}
-       lapack? ( virtual/lapack )
+       dev-cpp/yaml-cpp
        cti? (
                $(python_gen_cond_dep '
                        dev-python/ruamel-yaml[${PYTHON_USEDEP}]
                ')
        )
+       !lapack? ( sci-libs/sundials:0= )
+       lapack? (
+               >=sci-libs/sundials-6.5.0:0=[lapack?]
+               virtual/lapack
+       )
        python? (
                $(python_gen_cond_dep '
                        dev-python/numpy[${PYTHON_USEDEP}]
                ')
        )
-       dev-cpp/yaml-cpp
-       !lapack? ( sci-libs/sundials:0= )
-       lapack? ( >=sci-libs/sundials-6.5.0:0=[lapack?] )
 "
 
 # <cython-3 for bug #913141

diff --git a/sci-libs/cantera/cantera-3.0.0.ebuild 
b/sci-libs/cantera/cantera-3.0.0.ebuild
index 27478930c415..d53ba2538180 100644
--- a/sci-libs/cantera/cantera-3.0.0.ebuild
+++ b/sci-libs/cantera/cantera-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -26,17 +26,19 @@ REQUIRED_USE="
 
 RDEPEND="
        ${PYTHON_DEPS}
-       lapack? ( virtual/lapack )
+       dev-cpp/yaml-cpp
+       hdf5? ( sci-libs/HighFive )
+       !lapack? ( sci-libs/sundials:0= )
+       lapack? (
+               >=sci-libs/sundials-6.5.0:0=[lapack?]
+               virtual/lapack
+       )
        python? (
                $(python_gen_cond_dep '
                        dev-python/numpy[${PYTHON_USEDEP}]
                        dev-python/ruamel-yaml[${PYTHON_USEDEP}]
                ')
        )
-       dev-cpp/yaml-cpp
-       hdf5? ( sci-libs/HighFive )
-       !lapack? ( sci-libs/sundials:0= )
-       lapack? ( >=sci-libs/sundials-6.5.0:0=[lapack?] )
 "
 
 DEPEND="

Reply via email to