* [gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/
@ 2020-01-28 20:40 99% Michał Górny
0 siblings, 0 replies; 1+ results
From: Michał Górny @ 2020-01-28 20:40 UTC (permalink / raw
To: gentoo-commits
commit: de3919297065d549469ca74216a31b07291bc1c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:24:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 20:40:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de391929
sys-block/seekwatcher: Permit *-python2 packages
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild | 12 +++++++++---
1 file 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 27f43ceb58a..c845c1122a2 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
"
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-01-28 20:40 99% [gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox