summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2017-01-30 13:25:49 -0600
committerAustin English <wizardedit@gentoo.org>2017-01-30 13:26:17 -0600
commit3baa4e97556cd959bb2b8d974788f30fa44f0767 (patch)
tree259975d22e844e6cd9edd052363d5d47f7818b47
parentremove HPUX keywords ia64-hpux and hppa-hpux (diff)
downloadgentoo-3baa4e97.tar.gz
gentoo-3baa4e97.tar.bz2
gentoo-3baa4e97.zip
dev-python/soya: drop no longer needed Freetype patch that breaks the build
Freetype has long since moved on, and this causes compiler errors since the headers can't be found. Gentoo-Bug: https://bugs.gentoo.org/587388 Package-Manager: Portage-2.3.2, Repoman-2.3.1
-rw-r--r--dev-python/soya/soya-0.14-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/soya/soya-0.14-r1.ebuild b/dev-python/soya/soya-0.14-r1.ebuild
index b7b19c290839..7d585adeed09 100644
--- a/dev-python/soya/soya-0.14-r1.ebuild
+++ b/dev-python/soya/soya-0.14-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -33,7 +33,7 @@ DEPEND="
>=media-libs/cal3d-0.10
media-libs/freeglut
>=media-libs/freetype-2.5
- >=media-libs/glew-1.3.3
+ >=media-libs/glew-1.3.3:*
>=media-libs/libsdl-1.2.8[opengl]
media-libs/openal
virtual/opengl
@@ -46,7 +46,6 @@ S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}/${P}-glu.patch"
"${FILESDIR}/${PN}-pillow.patch"
- "${FILESDIR}/${P}-freetype-2.5.patch"
)
python_compile() {