From c2084424fb801979847ecab89239a0ebd7963862 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Mon, 15 Jan 2024 21:22:53 +0300 Subject: sci-libs/cantera: sort RDEPEND items; drop USE check duplicate Signed-off-by: Sergey Torokhov Closes: https://github.com/gentoo/gentoo/pull/34795 Signed-off-by: Joonas Niilola --- 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(-) (limited to 'sci-libs') 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?] ) " # =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=" -- cgit v1.2.3-65-gdbad