summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-22 23:36:53 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-22 23:36:53 +0200
commit3c75fc0be6740677f3ab7ce2e61fa5ebb129d867 (patch)
tree63bbace2c35273732c11d8d148b176542d7c5008 /dev-python/pygame_sdl2
parentmedia-libs/mesa: Version bump to 11.0.0_rc1. (diff)
downloadgentoo-3c75fc0be6740677f3ab7ce2e61fa5ebb129d867.tar.gz
gentoo-3c75fc0be6740677f3ab7ce2e61fa5ebb129d867.tar.bz2
gentoo-3c75fc0be6740677f3ab7ce2e61fa5ebb129d867.zip
dev-python/pygame_sdl2: add missing dep dev-python/cython
Gentoo-Bug: 558110 Reported-by: stqn <off@free.fr>
Diffstat (limited to 'dev-python/pygame_sdl2')
-rw-r--r--dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild3
-rw-r--r--dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild
index 6507c34be943..e162a6ea2a5a 100644
--- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild
+++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild
@@ -24,7 +24,8 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
media-libs/sdl2-ttf
virtual/jpeg:62
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]"
S=${WORKDIR}/pygame-sdl2-for-renpy-${PV}
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild
index 3496c808fc66..663967166625 100644
--- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild
+++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild
@@ -24,6 +24,7 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
media-libs/sdl2-ttf
virtual/jpeg:62
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]"
S=${WORKDIR}/pygame-sdl2-for-renpy-${PV}