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 | 31a1f6f32426ed23f9c45cb885d5c8ada85a0ac5 (patch) | |
tree | fa4ae9ef25e49d6b667dabf17c5482e4e37c5c9a /games-action/mutantstorm-demo | |
parent | Stable on amd64. (diff) | |
download | historical-31a1f6f32426ed23f9c45cb885d5c8ada85a0ac5.tar.gz historical-31a1f6f32426ed23f9c45cb885d5c8ada85a0ac5.tar.bz2 historical-31a1f6f32426ed23f9c45cb885d5c8ada85a0ac5.zip |
Added amd64 to KEYWORDS and added amd64 RDEPEND.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-action/mutantstorm-demo')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/Manifest | 4 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 13 |
3 files changed, 18 insertions, 7 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/Manifest b/games-action/mutantstorm-demo/Manifest index 02cb7308940e..34f4b553dcbd 100644 --- a/games-action/mutantstorm-demo/Manifest +++ b/games-action/mutantstorm-demo/Manifest @@ -1,4 +1,4 @@ -MD5 8b77adc408303a79991f92ffe9936629 ChangeLog 788 +MD5 a37e4e2bd0b9df13a9183bc908be95c5 mutantstorm-demo-1.33.ebuild 1108 +MD5 373d4fe67f51ba33602cbf560e6ecd8a ChangeLog 925 MD5 6b51671b3cff5b6edcd13d8bd753e726 metadata.xml 1758 -MD5 61295f6548d1f26200cdc0ad132672f8 mutantstorm-demo-1.33.ebuild 912 MD5 93b8ddcfff567acf04a76cbfb5ee8d42 files/digest-mutantstorm-demo-1.33 73 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 |