diff options
author | 2005-01-30 04:22:09 +0000 | |
---|---|---|
committer | 2005-01-30 04:22:09 +0000 | |
commit | df4844718c05b3457e0a640643a3d5ce22c89780 (patch) | |
tree | 5c5bcaa6dc6aab43166bc2d6628a3cc8cf2a2507 /games-rpg | |
parent | Version bumped. (diff) | |
download | gentoo-2-df4844718c05b3457e0a640643a3d5ce22c89780.tar.gz gentoo-2-df4844718c05b3457e0a640643a3d5ce22c89780.tar.bz2 gentoo-2-df4844718c05b3457e0a640643a3d5ce22c89780.zip |
nocd doesnt actually work
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn/nwn-1.65-r1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games-rpg/nwn/nwn-1.65-r1.ebuild b/games-rpg/nwn/nwn-1.65-r1.ebuild index ccf4f944bfe5..ccebaa87d7e7 100644 --- a/games-rpg/nwn/nwn-1.65-r1.ebuild +++ b/games-rpg/nwn/nwn-1.65-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.65-r1.ebuild,v 1.1 2005/01/03 02:48:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.65-r1.ebuild,v 1.2 2005/01/30 04:22:09 vapier Exp $ inherit games eutils @@ -23,7 +23,7 @@ SRC_URI="http://nwdownloads.bioware.com/neverwinternights/linux/129/nwclient129. LICENSE="NWN-EULA" SLOT="0" KEYWORDS="amd64 x86" -IUSE="nowin nocd" +IUSE="nowin" # nocd" RESTRICT="nostrip nomirror" RDEPEND="virtual/x11 @@ -34,12 +34,12 @@ RDEPEND="virtual/x11 S="${WORKDIR}/nwn" pkg_setup() { - use nocd && \ - cdrom_get_cds \ - Data_Shared.zip \ - disk2.zip \ - disk3.zip \ - disk4.zip +# use nocd && \ +# cdrom_get_cds \ +# Data_Shared.zip \ +# disk2.zip \ +# disk3.zip \ +# disk4.zip games_pkg_setup } |