diff options
author | 2005-02-17 17:47:07 +0000 | |
---|---|---|
committer | 2005-02-17 17:47:07 +0000 | |
commit | bfcef5c64bf8f11bc113ab0ea16718a0c423ef1e (patch) | |
tree | 52350d694772aa9995dfc23e09fb588b216b3653 | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-bfcef5c64bf8f11bc113ab0ea16718a0c423ef1e.tar.gz gentoo-2-bfcef5c64bf8f11bc113ab0ea16718a0c423ef1e.tar.bz2 gentoo-2-bfcef5c64bf8f11bc113ab0ea16718a0c423ef1e.zip |
need app-arch/unzip to unpack
(Portage version: 2.0.51-r15)
-rw-r--r-- | games-engines/exult/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/exult/exult-1.2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-engines/exult/ChangeLog b/games-engines/exult/ChangeLog index 9c581396df3e..ed1a6225a544 100644 --- a/games-engines/exult/ChangeLog +++ b/games-engines/exult/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/exult -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.10 2004/12/22 03:09:39 absinthe Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.11 2005/02/17 17:47:07 mr_bones_ Exp $ + + 17 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> exult-1.2.ebuild: + need app-arch/unzip to unpack 21 Dec 2004; Dylan Carlson <absinthe@gentoo.org> exult-1.2.ebuild: Keywords ~amd64. diff --git a/games-engines/exult/exult-1.2.ebuild b/games-engines/exult/exult-1.2.ebuild index 8e39aef7cba3..1d10562aad28 100644 --- a/games-engines/exult/exult-1.2.ebuild +++ b/games-engines/exult/exult-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.2 2004/12/22 03:09:39 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.3 2005/02/17 17:47:07 mr_bones_ Exp $ inherit games @@ -15,13 +15,15 @@ SLOT="0" KEYWORDS="x86 ppc ~sparc ~amd64" IUSE="timidity zlib mmx 3dnow" -DEPEND=">=media-libs/libsdl-1.2* +RDEPEND=">=media-libs/libsdl-1.2* >=media-libs/sdl-mixer-1.2.4 media-libs/smpeg media-libs/libogg media-libs/libvorbis timidity? ( >=media-sound/timidity++-2* ) zlib? ( sys-libs/zlib )" +DEPEND="${RDEPEND} + app-arch/unzip" # upstream says... "the opengl renderer is very very experimental and # not recommended for actual use" |