commit: a209905bd724016fb92afc711db8a834528ea208 Author: stefson <herrtimson <AT> yahoo <DOT> de> AuthorDate: Wed Nov 7 18:06:46 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Nov 10 22:39:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a209905b
dev-python/Kivy: add mesa to RDEPEND. Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com> Closes: https://bugs.gentoo.org/670546 Closes: https://github.com/gentoo/gentoo/pull/10355 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-python/Kivy/Kivy-1.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/Kivy/Kivy-1.10.1.ebuild b/dev-python/Kivy/Kivy-1.10.1.ebuild index b15a1bcc542..a52cec8824f 100644 --- a/dev-python/Kivy/Kivy-1.10.1.ebuild +++ b/dev-python/Kivy/Kivy-1.10.1.ebuild @@ -19,6 +19,7 @@ KEYWORDS="amd64 ~x86" IUSE="cairo camera doc examples garden gstreamer +sdl spell test" RDEPEND=" + media-libs/mesa[gles2] dev-python/pillow[${PYTHON_USEDEP}] cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] ) camera? ( media-libs/opencv:0/2.4[$(python_gen_usedep 'python2_7')] )
