Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soya/
Date: Mon, 30 Jan 2017 19:26:32
Message-Id: 1485804377.3baa4e97556cd959bb2b8d974788f30fa44f0767.wizardedit@gentoo
1 commit: 3baa4e97556cd959bb2b8d974788f30fa44f0767
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 19:25:49 2017 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 19:26:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3baa4e97
7
8 dev-python/soya: drop no longer needed Freetype patch that breaks the build
9
10 Freetype has long since moved on, and this causes compiler errors since the headers can't be found.
11
12 Gentoo-Bug: https://bugs.gentoo.org/587388
13
14 Package-Manager: Portage-2.3.2, Repoman-2.3.1
15
16 dev-python/soya/soya-0.14-r1.ebuild | 7 +++----
17 1 file changed, 3 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-python/soya/soya-0.14-r1.ebuild b/dev-python/soya/soya-0.14-r1.ebuild
20 index b7b19c2..7d585ad 100644
21 --- a/dev-python/soya/soya-0.14-r1.ebuild
22 +++ b/dev-python/soya/soya-0.14-r1.ebuild
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 -EAPI="5"
30 +EAPI=5
31
32 PYTHON_COMPAT=( python2_7 )
33
34 @@ -33,7 +33,7 @@ DEPEND="
35 >=media-libs/cal3d-0.10
36 media-libs/freeglut
37 >=media-libs/freetype-2.5
38 - >=media-libs/glew-1.3.3
39 + >=media-libs/glew-1.3.3:*
40 >=media-libs/libsdl-1.2.8[opengl]
41 media-libs/openal
42 virtual/opengl
43 @@ -46,7 +46,6 @@ S="${WORKDIR}/${MY_P}"
44 PATCHES=(
45 "${FILESDIR}/${P}-glu.patch"
46 "${FILESDIR}/${PN}-pillow.patch"
47 - "${FILESDIR}/${P}-freetype-2.5.patch"
48 )
49
50 python_compile() {