summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:17:16 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:17:16 +0200
commit32da47b2c61384c4fba943f540e0eedc907b0184 (patch)
tree777d675618ce81382f5430ed0f17ae43c020796c /sys-block
parentsys-apps/tuned: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-32da47b2c61384c4fba943f540e0eedc907b0184.tar.gz
gentoo-32da47b2c61384c4fba943f540e0eedc907b0184.tar.bz2
gentoo-32da47b2c61384c4fba943f540e0eedc907b0184.zip
sys-block/seekwatcher: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/seekwatcher/seekwatcher-0.13.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 933f9ad935e5..cd7db81f1af5 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1
@@ -19,14 +19,14 @@ KEYWORDS="amd64 x86"
IUSE=""
BDEPEND="$(python_gen_cond_dep '
- dev-python/cython[${PYTHON_MULTI_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
')
"
RDEPEND="
$(python_gen_cond_dep '
- dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
- dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
')
sys-block/blktrace
"