projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
280f0df
)
media-libs/aubio: Permit numpy-python2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 06:12:19 +0000
(07:12 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 06:37:46 +0000
(07:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-libs/aubio/aubio-0.4.7.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/aubio/aubio-0.4.7.ebuild
b/media-libs/aubio/aubio-0.4.7.ebuild
index 25b51776ecedbaf4ea589ff723be89383f575871..544e1262ead4ab385c664f620b816e9f5a15d483 100644
(file)
--- a/
media-libs/aubio/aubio-0.4.7.ebuild
+++ b/
media-libs/aubio/aubio-0.4.7.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-28,7
+28,10
@@
RDEPEND="
libsamplerate? ( media-libs/libsamplerate )
python? (
${PYTHON_DEPS}
- dev-python/numpy[${PYTHON_USEDEP}]
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
)
sndfile? ( media-libs/libsndfile )
"