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: dev-python/aesara/
Date: Mon, 27 Sep 2021 07:03:22
Message-Id: 1632726155.0553ae3ebc5c43db5233caf9c7926f65e57fe95a.mgorny@gentoo
1 commit: 0553ae3ebc5c43db5233caf9c7926f65e57fe95a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 07:02:35 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 07:02:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0553ae3e
7
8 dev-python/aesara: Add missing multiprocessing inherit
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aesara/aesara-2.2.1.ebuild | 2 +-
13 dev-python/aesara/aesara-2.2.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/aesara/aesara-2.2.1.ebuild b/dev-python/aesara/aesara-2.2.1.ebuild
17 index b037f472b6a..3618da94f43 100644
18 --- a/dev-python/aesara/aesara-2.2.1.ebuild
19 +++ b/dev-python/aesara/aesara-2.2.1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=8
22
23 PYTHON_COMPAT=( python3_{8..10} )
24 -inherit distutils-r1 optfeature
25 +inherit distutils-r1 multiprocessing optfeature
26
27 MY_P=aesara-rel-${PV}
28 DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays"
29
30 diff --git a/dev-python/aesara/aesara-2.2.2.ebuild b/dev-python/aesara/aesara-2.2.2.ebuild
31 index 3148f85f3cf..86721797fe0 100644
32 --- a/dev-python/aesara/aesara-2.2.2.ebuild
33 +++ b/dev-python/aesara/aesara-2.2.2.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=8
36
37 PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1 optfeature
39 +inherit distutils-r1 multiprocessing optfeature
40
41 MY_P=aesara-rel-${PV}
42 DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays"