media-libs/aubio: Permit numpy-python2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:12:19 +0000 (07:12 +0100)
committerMichał 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

index 25b51776ecedbaf4ea589ff723be89383f575871..544e1262ead4ab385c664f620b816e9f5a15d483 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 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 )
 "