diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-01 06:53:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-01 06:53:39 +0000 |
commit | 7b25b97adffc59856e4accfeca05b15f9981491d (patch) | |
tree | 310b1edac811980beb3755243fa97644b6237924 /games-fps/vendetta-online-bin | |
parent | sh KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-7b25b97adffc59856e4accfeca05b15f9981491d.tar.gz gentoo-2-7b25b97adffc59856e4accfeca05b15f9981491d.tar.bz2 gentoo-2-7b25b97adffc59856e4accfeca05b15f9981491d.zip |
touchups
Diffstat (limited to 'games-fps/vendetta-online-bin')
-rw-r--r-- | games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
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 b31086c2f8d6..4de213e10b18 100644 --- a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild +++ b/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2004 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.3 2004/12/01 06:44:18 warpzero Exp $ +# $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 $ inherit eutils games -S=${WORKDIR} DESCRIPTION="Space-based MMORPG with amazing graphics" HOMEPAGE="http://www.vendetta-online.com/" SRC_URI="vendetta-linux-installer.sh" -RESTRICT="nomirror fetch" LICENSE="guild" -KEYWORDS="-* ~x86 ~amd64" -IUSE="" SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="nomirror fetch" RDEPEND="virtual/x11 virtual/opengl =x11-libs/gtk+-1.2* amd64? ( =app-emulation/emul-linux-x86-gtklibs-1.2* )" +S=${WORKDIR} + pkg_nofetch() { einfo "You need to download ${A} from Guild Software by:" einfo "1. Going to http://www.vendetta-online.com/ and creating your login" |