diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:56:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:56:02 +0000 |
commit | 304192fd966b47408384caec97088888cd6b5e00 (patch) | |
tree | 2864142a8e70ebfe623a98c55ddfcc10751e88aa /games-fps/doom3/doom3-1.3.1302-r2.ebuild | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-304192fd966b47408384caec97088888cd6b5e00.tar.gz gentoo-2-304192fd966b47408384caec97088888cd6b5e00.tar.bz2 gentoo-2-304192fd966b47408384caec97088888cd6b5e00.zip |
Changed nostrip to strip. Also removed the erroneous roe USE flag from the -r1 ebuild and made the wrapper call for dedicated only install if USE=dedicated.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-fps/doom3/doom3-1.3.1302-r2.ebuild')
-rw-r--r-- | games-fps/doom3/doom3-1.3.1302-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doom3/doom3-1.3.1302-r2.ebuild b/games-fps/doom3/doom3-1.3.1302-r2.ebuild index 0ff8d668fc50..77a890db8658 100644 --- a/games-fps/doom3/doom3-1.3.1302-r2.ebuild +++ b/games-fps/doom3/doom3-1.3.1302-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3/doom3-1.3.1302-r2.ebuild,v 1.1 2006/03/23 00:59:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3/doom3-1.3.1302-r2.ebuild,v 1.2 2006/03/31 20:56:02 wolf31o2 Exp $ inherit eutils games @@ -14,7 +14,7 @@ LICENSE="DOOM3" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="alsa cdinstall opengl roe" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="app-arch/bzip2 app-arch/tar" |