From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F64D13988E for ; Sat, 22 Aug 2015 21:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C616CE0897; Sat, 22 Aug 2015 21:41:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70303E0897 for ; Sat, 22 Aug 2015 21:41:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DCBA3408D4 for ; Sat, 22 Aug 2015 21:41:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C21513F for ; Sat, 22 Aug 2015 21:41:00 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1440279413.3c75fc0be6740677f3ab7ce2e61fa5ebb129d867.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame_sdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild X-VCS-Directories: dev-python/pygame_sdl2/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: 3c75fc0be6740677f3ab7ce2e61fa5ebb129d867 X-VCS-Branch: master Date: Sat, 22 Aug 2015 21:41:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97bd7b58-bc91-4fe7-8340-8353c2bff51f X-Archives-Hash: c7bd7738a1d81b4d251457622de59a39 commit: 3c75fc0be6740677f3ab7ce2e61fa5ebb129d867 Author: Julian Ospald gentoo org> AuthorDate: Sat Aug 22 21:36:53 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Sat Aug 22 21:36:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c75fc0b dev-python/pygame_sdl2: add missing dep dev-python/cython Gentoo-Bug: 558110 Reported-by: stqn free.fr> dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild | 3 ++- dev-python/pygame_sdl2/pygame_sdl2-6.99.6.ebuild | 3 ++- 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 6507c34..e162a6e 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 3496c80..6639671 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}