Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/
Date: Sat, 09 Jan 2021 19:06:25
Message-Id: 1610219116.d9b70bc0c70893b8c9f17437bafcd83c05df5dd8.asturm@gentoo
1 commit: d9b70bc0c70893b8c9f17437bafcd83c05df5dd8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 17:53:14 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 19:05:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b70bc0
7
8 media-libs/vigra: python3_9
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/vigra/vigra-1.11.1-r3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/vigra/vigra-1.11.1-r3.ebuild b/media-libs/vigra/vigra-1.11.1-r3.ebuild
17 index c9dfc49eed8..f3b56a52e27 100644
18 --- a/media-libs/vigra/vigra-1.11.1-r3.ebuild
19 +++ b/media-libs/vigra/vigra-1.11.1-r3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 +PYTHON_COMPAT=( python3_{6,7,8,9} )
29 PYTHON_REQ_USE="threads(+),xml"
30 inherit cmake python-r1
31
32 @@ -97,7 +97,7 @@ src_prepare() {
33
34 if ! use test; then
35 cmake_comment_add_subdirectory test
36 - sed -e "/ADD_SUBDIRECTORY.*test/s/^/#DONT /" -i vigranumpy/CMakeLists.txt || die
37 + cmake_run_in vigranumpy cmake_comment_add_subdirectory test
38 fi
39 }