diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-09-06 21:04:43 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-09-06 21:04:43 +0000 |
commit | ae5a32fd0f1e3b235c70db821779b182568e3d50 (patch) | |
tree | cf3362f5e626e96d9a08fc0b6c7a2fa8f762d23c /games-fps | |
parent | New release: 1.1.15. Removing old ebuild/patch. (diff) | |
download | gentoo-2-ae5a32fd0f1e3b235c70db821779b182568e3d50.tar.gz gentoo-2-ae5a32fd0f1e3b235c70db821779b182568e3d50.tar.bz2 gentoo-2-ae5a32fd0f1e3b235c70db821779b182568e3d50.zip |
Fix amd64 depend.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/vendetta-online-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/vendetta-online-bin/Manifest | 14 | ||||
-rw-r--r-- | games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild | 7 |
3 files changed, 12 insertions, 17 deletions
diff --git a/games-fps/vendetta-online-bin/ChangeLog b/games-fps/vendetta-online-bin/ChangeLog index e87bb3e4a87e..fc81354ee6c3 100644 --- a/games-fps/vendetta-online-bin/ChangeLog +++ b/games-fps/vendetta-online-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/vendetta-online-bin -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/ChangeLog,v 1.1 2004/12/01 06:26:27 warpzero Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/ChangeLog,v 1.2 2005/09/06 21:04:43 herbs Exp $ + + 06 Sep 2005; Herbie Hopkins <herbs@gentoo.org> + vendetta-online-bin-1.ebuild: + Fix amd64 depend. *vendetta-online-bin-1 (30 Nov 2004) diff --git a/games-fps/vendetta-online-bin/Manifest b/games-fps/vendetta-online-bin/Manifest index b40e96a94898..d678e62b5772 100644 --- a/games-fps/vendetta-online-bin/Manifest +++ b/games-fps/vendetta-online-bin/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 168ee0296a6dbf059bd81dbbc6570f06 ChangeLog 449 +MD5 18b01c60a067f2dfc90b9f28a7c819e9 vendetta-online-bin-1.ebuild 1215 +MD5 6adbbf3cd98b20124ad4b71c28658122 ChangeLog 551 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 d77ac063112dbe6de9e2c463b8c10fb4 vendetta-online-bin-1.ebuild 1183 MD5 b3144657c0fb9cb7a584260cd6538df6 files/digest-vendetta-online-bin-1 75 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBrWp+roRuSHgZdywRAhCnAJ9hp+MC0xB4+W0iFS9Qe9OsEb4s0gCfWDOm -DdvWIG7CZD1yWOcSru6sMBw= -=wSZo ------END PGP SIGNATURE----- diff --git a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild b/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild index 4de213e10b18..8c09f9fe8abb 100644 --- a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild +++ b/games-fps/vendetta-online-bin/vendetta-online-bin-1.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-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild,v 1.4 2004/12/01 06:53:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild,v 1.5 2005/09/06 21:04:43 herbs Exp $ inherit eutils games @@ -17,7 +17,8 @@ RESTRICT="nomirror fetch" RDEPEND="virtual/x11 virtual/opengl =x11-libs/gtk+-1.2* - amd64? ( =app-emulation/emul-linux-x86-gtklibs-1.2* )" + amd64? ( app-emulation/emul-linux-x86-xlibs + app-emulation/emul-linux-x86-gtklibs )" S=${WORKDIR} |