diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-05 16:27:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-05 16:27:18 +0000 |
commit | 6da341aafba9e9e5e8aa97dcfc29d4c52aee45f5 (patch) | |
tree | cbbdd9381f87eb50093f28294da376bd6cab56e6 /games-fps/doomsday | |
parent | whitespace (diff) | |
download | gentoo-2-6da341aafba9e9e5e8aa97dcfc29d4c52aee45f5.tar.gz gentoo-2-6da341aafba9e9e5e8aa97dcfc29d4c52aee45f5.tar.bz2 gentoo-2-6da341aafba9e9e5e8aa97dcfc29d4c52aee45f5.zip |
fix cmake dep for bug #201356
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-fps/doomsday')
-rw-r--r-- | games-fps/doomsday/doomsday-1.9.0_beta52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild b/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild index 793229bae991..bcdea96cf570 100644 --- a/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild +++ b/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild,v 1.2 2007/12/04 02:10:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.0_beta52.ebuild,v 1.3 2007/12/05 16:27:18 mr_bones_ Exp $ inherit toolchain-funcs games @@ -22,7 +22,7 @@ RDEPEND="virtual/opengl media-libs/libpng openal? ( media-libs/openal )" DEPEND="${RDEPEND} - >=dev-util/cmake-2.4 + >=dev-util/cmake-2.4.5 app-arch/zip" S=${WORKDIR}/${MY_P}/${MY_P}/build |