diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:24:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:40:29 +0100 |
commit | de3919297065d549469ca74216a31b07291bc1c0 (patch) | |
tree | 329ca6e445d2b8805b8f0ceaa973dae816f58027 /sys-block/seekwatcher | |
parent | sci-visualization/pythonprop: Permit matplotlib-python2 (diff) | |
download | gentoo-de3919297065d549469ca74216a31b07291bc1c0.tar.gz gentoo-de3919297065d549469ca74216a31b07291bc1c0.tar.bz2 gentoo-de3919297065d549469ca74216a31b07291bc1c0.zip |
sys-block/seekwatcher: Permit *-python2 packages
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block/seekwatcher')
-rw-r--r-- | sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild index 27f43ceb58af..c845c1122a2d 100644 --- a/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild +++ b/sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,8 +18,14 @@ IUSE="" DEPEND="dev-python/pyrex" RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/matplotlib-python2[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + ) + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) >=sys-block/blktrace-0.0.20070730162628 " |