diff options
3 files changed, 9 insertions, 4 deletions
diff --git a/games-roguelike/fargoal/fargoal-20030731b.ebuild b/games-roguelike/fargoal/fargoal-20030731b.ebuild index 297667d2691e..23036dd4d5b0 100644 --- a/games-roguelike/fargoal/fargoal-20030731b.ebuild +++ b/games-roguelike/fargoal/fargoal-20030731b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/fargoal/fargoal-20030731b.ebuild,v 1.4 2004/08/20 21:35:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/fargoal/fargoal-20030731b.ebuild,v 1.5 2004/11/03 13:46:16 vapier Exp $ inherit eutils games @@ -10,11 +10,12 @@ SRC_URI="mirror://sourceforge/squidfighter/${PN}${PV}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" RDEPEND="media-libs/allegro" DEPEND="${RDEPEND} + app-arch/unzip >=sys-apps/sed-4" S="${WORKDIR}/${PN}" diff --git a/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild b/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild index e9d7e22d0ce3..6426f7c171c5 100644 --- a/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild +++ b/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild,v 1.5 2004/06/24 23:19:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild,v 1.6 2004/11/03 13:47:25 vapier Exp $ inherit games eutils @@ -14,6 +14,8 @@ KEYWORDS="-* x86" IUSE="" RDEPEND="games-server/halflife-metamod" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR}/addons/hlguard diff --git a/games-server/halflife-hlguard/halflife-hlguard-1.50.02.ebuild b/games-server/halflife-hlguard/halflife-hlguard-1.50.02.ebuild index 58508e73e416..899ccd7fb2d7 100644 --- a/games-server/halflife-hlguard/halflife-hlguard-1.50.02.ebuild +++ b/games-server/halflife-hlguard/halflife-hlguard-1.50.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-hlguard/halflife-hlguard-1.50.02.ebuild,v 1.6 2004/06/24 23:19:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-hlguard/halflife-hlguard-1.50.02.ebuild,v 1.7 2004/11/03 13:47:25 vapier Exp $ inherit games eutils @@ -15,6 +15,8 @@ IUSE="" RDEPEND="games-server/halflife-metamod games-server/halflife-modsetup" +DEPEND="${RDEPEND} + app-arch/unzip" S="${WORKDIR}/addons/hlguard" |