diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-03 21:46:19 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-03 21:46:19 +0000 |
commit | d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75 (patch) | |
tree | a57473065b561e16886ee721b2bba555362b6437 /dev-games/crystalspace | |
parent | removed glibc mask (diff) | |
download | historical-d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75.tar.gz historical-d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75.tar.bz2 historical-d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75.zip |
fixed dep for ode so it compiles
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/Manifest | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-20030413-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 528c19016b67..8d61b346a887 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.4 2004/04/13 09:23:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.5 2004/06/03 21:46:19 lordvan Exp $ + + 03 Jun 2004; Thomas Raschbacher <lordvan@gentoo.org> + crystalspace-20030413-r1.ebuild: + changed dep for ode to match version 0.039 because it doesn't work with 0.5 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> crystalspace-20030413-r1.ebuild: diff --git a/dev-games/crystalspace/Manifest b/dev-games/crystalspace/Manifest index be7c578f3140..4eb8a38c6b12 100644 --- a/dev-games/crystalspace/Manifest +++ b/dev-games/crystalspace/Manifest @@ -1,4 +1,4 @@ -MD5 05194bcabb4e2244cc2c7e872c08220c ChangeLog 1029 -MD5 3ed37e618ebb7e9fb363ea1c1a9a0043 crystalspace-20030413-r1.ebuild 1493 +MD5 9ebf061108b3f2278578987af766c02e crystalspace-20030413-r1.ebuild 1498 +MD5 d22b6dee2799869218501ea332685ae0 ChangeLog 1196 MD5 e4c7a49ca08eb200cfa0a9f9246e2257 metadata.xml 959 MD5 d90edc320c9f4398c1e5c528569f8706 files/digest-crystalspace-20030413-r1 75 diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild index 533fa541cac2..c1664e2e116c 100644 --- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild +++ b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.13 2004/04/13 09:23:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.14 2004/06/03 21:46:19 lordvan Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz" @@ -22,7 +22,7 @@ RDEPEND=">=media-libs/libpng-1.2.1 oggvorbis? ( >=media-libs/libogg-1.0 >=media-libs/libvorbis-1.0 ) - dev-games/ode + =dev-games/ode-0.039 >=dev-lang/perl-5.6.1 !dev-games/crystalspace-cvs" DEPEND="${RDEPEND} |