diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-11 05:51:52 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-11 05:51:52 +0000 |
commit | d315fe94a534c96d0b7764ee3c920c33005dcece (patch) | |
tree | a91b9bfd782988d95bb3e3966efed93a284c43c1 /games-strategy | |
parent | Moving to ~mips for repoman. (diff) | |
download | gentoo-2-d315fe94a534c96d0b7764ee3c920c33005dcece.tar.gz gentoo-2-d315fe94a534c96d0b7764ee3c920c33005dcece.tar.bz2 gentoo-2-d315fe94a534c96d0b7764ee3c920c33005dcece.zip |
Fix DEPEND on media-libs/dumb.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/ufo2000/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/ufo2000/ufo2000-0.7.1062.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/ufo2000/ChangeLog b/games-strategy/ufo2000/ChangeLog index bcfcfc03ed81..8a45d7f1a186 100644 --- a/games-strategy/ufo2000/ChangeLog +++ b/games-strategy/ufo2000/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/ufo2000 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.19 2007/03/12 18:13:00 genone Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.20 2008/03/11 05:51:52 wolf31o2 Exp $ + + 11 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + ufo2000-0.7.1062.ebuild: + Fix DEPEND on media-libs/dumb. 12 Mar 2007; Marius Mauch <genone@gentoo.org> ufo2000-0.7.1062.ebuild: Replacing einfo with elog diff --git a/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild b/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild index 1457e1ab4f23..986ab69a346e 100644 --- a/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild +++ b/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild,v 1.4 2007/03/12 18:13:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild,v 1.5 2008/03/11 05:51:51 wolf31o2 Exp $ inherit toolchain-funcs games @@ -20,7 +20,7 @@ RDEPEND="dev-libs/expat >=media-libs/allegro-4.2.0 >=media-libs/freetype-2 vorbis? ( ~media-libs/aldumb-0.9.2 - ~media-libs/dumb-0.9.2 + media-libs/dumb media-libs/libogg media-libs/libvorbis )" DEPEND="${RDEPEND} |