diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-19 18:20:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-19 18:20:23 +0000 |
commit | 39738f955e81c548c3cec12ac05587d3b7913c52 (patch) | |
tree | 4d84174a49f32e592c7ed9d96b458caa72188119 /games-action/xshipwars | |
parent | fix typo #85897 by Priit Laes (diff) | |
download | gentoo-2-39738f955e81c548c3cec12ac05587d3b7913c52.tar.gz gentoo-2-39738f955e81c548c3cec12ac05587d3b7913c52.tar.bz2 gentoo-2-39738f955e81c548c3cec12ac05587d3b7913c52.zip |
misc updates
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-action/xshipwars')
-rw-r--r-- | games-action/xshipwars/xshipwars-1.34.0.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-action/xshipwars/xshipwars-1.34.0.ebuild b/games-action/xshipwars/xshipwars-1.34.0.ebuild index e751ccfa20e3..b8e5c3b91ed3 100644 --- a/games-action/xshipwars/xshipwars-1.34.0.ebuild +++ b/games-action/xshipwars/xshipwars-1.34.0.ebuild @@ -1,8 +1,8 @@ -# 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/xshipwars/xshipwars-1.34.0.ebuild,v 1.10 2005/03/19 18:19:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-1.34.0.ebuild,v 1.11 2005/03/19 18:20:23 vapier Exp $ -inherit gcc eutils games +inherit toolchain-funcs eutils games MY_P=xsw-${PV} DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed exclusively for network play" @@ -18,11 +18,10 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/libc - >=media-sound/esound-0.2.23 - virtual/x11" +DEPEND="virtual/x11 + >=media-sound/esound-0.2.23" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_unpack() { unpack ${MY_P}.tar.bz2 |