diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-29 13:16:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-29 13:16:56 +0000 |
commit | ff2b0f117b55a9eaed83455b6b9866451abcaabd (patch) | |
tree | 3be64e8fdac06ab04667dd13e58e45a005949054 /games-action | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-ff2b0f117b55a9eaed83455b6b9866451abcaabd.tar.gz gentoo-2-ff2b0f117b55a9eaed83455b6b9866451abcaabd.tar.bz2 gentoo-2-ff2b0f117b55a9eaed83455b6b9866451abcaabd.zip |
Added amd64 to KEYWORDS and added amd64 RDEPEND.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index e8f597baa432..486dca899d96 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/mutantstorm-demo -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.4 2005/01/31 03:51:22 mr_bones_ Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.5 2005/06/29 13:16:56 wolf31o2 Exp $ + + 29 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> + mutantstorm-demo-1.33.ebuild: + Added amd64 to KEYWORDS and added amd64 RDEPEND. 05 Sep 2004; Sven Wegener <swegener@gentoo.org> : Fixed ChangeLog header. diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index 880cc6adec90..fde712bff727 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.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-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.2 2004/06/24 21:57:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.3 2005/06/29 13:16:56 wolf31o2 Exp $ inherit games eutils @@ -10,11 +10,18 @@ SRC_URI="ftp://ggdev-1.homelan.com/mutantstorm/MutantStormDemo_${PV/./_}.sh.bin" LICENSE="POMPOM" SLOT="0" -KEYWORDS="-* x86" +KEYWORDS="-* x86 ~amd64" IUSE="" S=${WORKDIR} +RDEPEND="virtual/opengl + amd64? ( + app-emulation/emul-linux-x86-xlibs + app-emulation/emul-linux-x86-soundlibs + app-emulation/emul-linux-x86-compat + app-emulation/emul-linux-x86-sdl )" + pkg_setup() { check_license games_pkg_setup |