Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/
Date: Fri, 19 Jul 2019 16:45:09
Message-Id: 1563554694.efbb1928f3165176e350b3a3e9a28a134820d51a.mgorny@gentoo
1 commit: efbb1928f3165176e350b3a3e9a28a134820d51a
2 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Fri Jun 21 22:25:44 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 16:44:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbb1928
7
8 sci-libs/cantera: 2.4.0-r1. Fix ebuild to satisfy GLEP73BackAlteration
9
10 Signed-off-by: Sergey Torokhov <torokhov_s_a <AT> mail.ru>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
17 index 707f5670106..435742d4be0 100644
18 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild
19 +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
20 @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
21 IUSE="+cti fortran pch +python test"
22
23 REQUIRED_USE="
24 - cti? ( ${PYTHON_REQUIRED_USE} )
25 python? ( cti )
26 + cti? ( ${PYTHON_REQUIRED_USE} )
27 ${PYTHON_REQUIRED_USE}
28 "