diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-01 20:16:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-01 20:16:39 +0000 |
commit | 08453990a7bfa4394000c283bd4747a651c60b60 (patch) | |
tree | 7be8823380f1de73e341750b7d823f1fb1f76641 /games-server/mtavc | |
parent | sign (diff) | |
download | historical-08453990a7bfa4394000c283bd4747a651c60b60.tar.gz historical-08453990a7bfa4394000c283bd4747a651c60b60.tar.bz2 historical-08453990a7bfa4394000c283bd4747a651c60b60.zip |
IUSE
Diffstat (limited to 'games-server/mtavc')
-rw-r--r-- | games-server/mtavc/mtavc-0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-server/mtavc/mtavc-0.3.ebuild b/games-server/mtavc/mtavc-0.3.ebuild index b4dd3f745f38..6ce6df6e46aa 100644 --- a/games-server/mtavc/mtavc-0.3.ebuild +++ b/games-server/mtavc/mtavc-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/mtavc/mtavc-0.3.ebuild,v 1.2 2004/02/20 07:31:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/mtavc/mtavc-0.3.ebuild,v 1.3 2004/06/01 20:15:28 mr_bones_ Exp $ inherit games @@ -11,12 +11,13 @@ SRC_URI="MTAServer-Linux-${PV}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" +IUSE="" RESTRICT="fetch" DEPEND="virtual/glibc >=sys-libs/lib-compat-1.2-r1" -S=${WORKDIR} +S="${WORKDIR}" pkg_nofetch() { einfo "Please download ${A} from" |