diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 18:53:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 20:05:16 +0100 |
commit | d9b70bc0c70893b8c9f17437bafcd83c05df5dd8 (patch) | |
tree | c0c214516e183538abfd55965a802ebdd18fe5d1 /media-libs | |
parent | dev-python/flask-migrate: 2.5.3 version bump, python3_9 (diff) | |
download | gentoo-d9b70bc0c70893b8c9f17437bafcd83c05df5dd8.tar.gz gentoo-d9b70bc0c70893b8c9f17437bafcd83c05df5dd8.tar.bz2 gentoo-d9b70bc0c70893b8c9f17437bafcd83c05df5dd8.zip |
media-libs/vigra: python3_9
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vigra/vigra-1.11.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/vigra/vigra-1.11.1-r3.ebuild b/media-libs/vigra/vigra-1.11.1-r3.ebuild index c9dfc49eed8e..f3b56a52e27c 100644 --- a/media-libs/vigra/vigra-1.11.1-r3.ebuild +++ b/media-libs/vigra/vigra-1.11.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_REQ_USE="threads(+),xml" inherit cmake python-r1 @@ -97,7 +97,7 @@ src_prepare() { if ! use test; then cmake_comment_add_subdirectory test - sed -e "/ADD_SUBDIRECTORY.*test/s/^/#DONT /" -i vigranumpy/CMakeLists.txt || die + cmake_run_in vigranumpy cmake_comment_add_subdirectory test fi } |