diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-21 12:31:43 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-21 12:43:47 +0100 |
commit | 245cb22467c47a39d6992808b045bd9181f5b4dd (patch) | |
tree | b2b1567d4779931ef504d8279de11ebd8b70c1cb /dev-python/memory_profiler | |
parent | dev-python/requests: Unbundle system libs (diff) | |
download | gentoo-245cb22467c47a39d6992808b045bd9181f5b4dd.tar.gz gentoo-245cb22467c47a39d6992808b045bd9181f5b4dd.tar.bz2 gentoo-245cb22467c47a39d6992808b045bd9181f5b4dd.zip |
Fix typo repo wide
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/memory_profiler')
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.39.ebuild | 2 | ||||
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.40.ebuild | 2 | ||||
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.41.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/memory_profiler/memory_profiler-0.39.ebuild b/dev-python/memory_profiler/memory_profiler-0.39.ebuild index 9595e036119b..e5eebb7ca23b 100644 --- a/dev-python/memory_profiler/memory_profiler-0.39.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.39.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { diff --git a/dev-python/memory_profiler/memory_profiler-0.40.ebuild b/dev-python/memory_profiler/memory_profiler-0.40.ebuild index 9595e036119b..e5eebb7ca23b 100644 --- a/dev-python/memory_profiler/memory_profiler-0.40.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.40.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { diff --git a/dev-python/memory_profiler/memory_profiler-0.41.ebuild b/dev-python/memory_profiler/memory_profiler-0.41.ebuild index 8c6f5b85fa0d..768f14c50a04 100644 --- a/dev-python/memory_profiler/memory_profiler-0.41.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.41.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/ipython[${PYTHON_USEDEP}] )" |