diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-31 22:00:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-31 22:00:45 +0000 |
commit | a019dcd22bd3dd9cb8f1aa647471076cf69d4506 (patch) | |
tree | 8b9d858d74ce434e8f3f4d343dae8cbb9ee1ac17 /games-strategy/ufo2000/ufo2000-0.6.627.ebuild | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-a019dcd22bd3dd9cb8f1aa647471076cf69d4506.tar.gz gentoo-2-a019dcd22bd3dd9cb8f1aa647471076cf69d4506.tar.bz2 gentoo-2-a019dcd22bd3dd9cb8f1aa647471076cf69d4506.zip |
Changed dependency to explicitly list dumb so we can restrict to the 0.9.2 version, which is known to work. Closing bug #134267.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'games-strategy/ufo2000/ufo2000-0.6.627.ebuild')
-rw-r--r-- | games-strategy/ufo2000/ufo2000-0.6.627.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/ufo2000/ufo2000-0.6.627.ebuild b/games-strategy/ufo2000/ufo2000-0.6.627.ebuild index 7ac0c38da112..dd8448d76abf 100644 --- a/games-strategy/ufo2000/ufo2000-0.6.627.ebuild +++ b/games-strategy/ufo2000/ufo2000-0.6.627.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.6 2006/05/28 10:51:30 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.6.627.ebuild,v 1.7 2006/05/31 22:00:45 wolf31o2 Exp $ inherit games @@ -20,7 +20,8 @@ RDEPEND="virtual/libc dev-libs/expat >=dev-games/hawknl-1.66 >=media-libs/allegro-4.0.0 - vorbis? ( >=media-libs/aldumb-0.9.2 + vorbis? ( ~media-libs/aldumb-0.9.2 + ~media-libs/dumb-0.9.2 media-libs/libogg media-libs/libvorbis )" DEPEND="${RDEPEND} |