summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-06-24 11:33:47 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-06-24 11:33:47 +0000
commit925fab9d53c570d5d3606e4aa7804b4d7c090d91 (patch)
treec555ab50c8c1aa39314461ffd3c73335dd31a89d /dev-games/crystalspace
parentFixed pre-stripped files. Bug #252098. Thanks to Kevin Pyle (diff)
downloadgentoo-2-925fab9d53c570d5d3606e4aa7804b4d7c090d91.tar.gz
gentoo-2-925fab9d53c570d5d3606e4aa7804b4d7c090d91.tar.bz2
gentoo-2-925fab9d53c570d5d3606e4aa7804b4d7c090d91.zip
Disabling python, as some dependency are not found.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r--dev-games/crystalspace/ChangeLog6
-rw-r--r--dev-games/crystalspace/crystalspace-1.4.0.ebuild9
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog
index 1e1de493019f..960a52f3416d 100644
--- a/dev-games/crystalspace/ChangeLog
+++ b/dev-games/crystalspace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/crystalspace
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.46 2010/06/21 15:59:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.47 2010/06/24 11:33:47 tupone Exp $
+
+ 24 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
+ Disabling python, as some dependencies are not found.
+ Should also fix bug #297142 by flameeyes@gentoo.org
21 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild:
enabling java plugin.
diff --git a/dev-games/crystalspace/crystalspace-1.4.0.ebuild b/dev-games/crystalspace/crystalspace-1.4.0.ebuild
index a1fdfa159e36..1f7d78305bb5 100644
--- a/dev-games/crystalspace/crystalspace-1.4.0.ebuild
+++ b/dev-games/crystalspace/crystalspace-1.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.5 2010/06/21 15:59:07 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.6 2010/06/24 11:33:47 tupone Exp $
EAPI=2
inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png python
+IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png
sdl speex truetype vorbis wxwidgets"
COMMON_DEP="virtual/opengl
@@ -68,9 +68,6 @@ src_configure() {
need-wxwidgets gtk2
fi
- # -O3 is hanging compilation of python script plugin
- # trying -O2 just in case
- replace-flags -O3 -O2
econf --enable-cpu-specific-optimizations=no \
--disable-separate-debug-info \
--without-lcms \
@@ -80,7 +77,7 @@ src_configure() {
$(use_with java) \
--disable-make-emulation \
$(use_with bullet) \
- $(use_with python) \
+ --without-python \
$(use_with png) \
$(use_with jpeg) \
$(use_with mng) \