Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/
Date: Sun, 27 Feb 2022 00:58:38
Message-Id: 1645923285.02e5ab26ab6bf9ec64ab10117de5e055607f325c.sam@gentoo
1 commit: 02e5ab26ab6bf9ec64ab10117de5e055607f325c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 00:54:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 00:54:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e5ab26
7
8 sci-libs/cantera: drop desktop.eclass in -r3
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/cantera/cantera-2.5.1-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/cantera/cantera-2.5.1-r3.ebuild b/sci-libs/cantera/cantera-2.5.1-r3.ebuild
16 index 99ea2dff2599..0af208ddd56f 100644
17 --- a/sci-libs/cantera/cantera-2.5.1-r3.ebuild
18 +++ b/sci-libs/cantera/cantera-2.5.1-r3.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
20 FORTRAN_NEEDED=fortran
21 FORTRAN_STANDARD="77 90"
22
23 -inherit desktop fortran-2 python-single-r1 scons-utils toolchain-funcs
24 +inherit fortran-2 python-single-r1 scons-utils toolchain-funcs
25
26 DESCRIPTION="Object-oriented tool suite for chemical kinetics, thermodynamics, and transport"
27 HOMEPAGE="https://www.cantera.org"