summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-10-14 05:04:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-10-14 05:04:40 +0000
commit09672906830b9306c5b398dc398d1cc4649b7ac0 (patch)
treee625a921de903373911b1dc16c9da1d7516ae162 /dev-games
parentold (diff)
downloadgentoo-2-09672906830b9306c5b398dc398d1cc4649b7ac0.tar.gz
gentoo-2-09672906830b9306c5b398dc398d1cc4649b7ac0.tar.bz2
gentoo-2-09672906830b9306c5b398dc398d1cc4649b7ac0.zip
work around build system that tries to build against the currently installed version (bug #295987)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/ogre/ChangeLog6
-rw-r--r--dev-games/ogre/ogre-1.6.5.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-games/ogre/ChangeLog b/dev-games/ogre/ChangeLog
index 809fe010986e..1e5b7b4fe464 100644
--- a/dev-games/ogre/ChangeLog
+++ b/dev-games/ogre/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/ogre
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.66 2010/09/17 11:06:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ChangeLog,v 1.67 2010/10/14 05:04:40 mr_bones_ Exp $
+
+ 14 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> ogre-1.6.5.ebuild:
+ work around build system that tries to build against the currently
+ installed version (bug #295987)
17 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> ogre-1.4.9.ebuild,
ogre-1.6.5.ebuild:
diff --git a/dev-games/ogre/ogre-1.6.5.ebuild b/dev-games/ogre/ogre-1.6.5.ebuild
index 795579e9526e..4b1c8ce23273 100644
--- a/dev-games/ogre/ogre-1.6.5.ebuild
+++ b/dev-games/ogre/ogre-1.6.5.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/ogre/ogre-1.6.5.ebuild,v 1.4 2010/09/17 11:06:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.6.5.ebuild,v 1.5 2010/10/14 05:04:40 mr_bones_ Exp $
EAPI=2
inherit multilib eutils autotools flag-o-matic
@@ -28,6 +28,7 @@ RDEPEND="dev-libs/zziplib
cegui? ( >=dev-games/cegui-0.5 )
threads? ( || ( >=dev-libs/boost-1.34.1 dev-libs/boost[threads] ) )"
DEPEND="${RDEPEND}
+ !dev-games/ogre
x11-proto/xf86vidmodeproto
dev-util/pkgconfig"