summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-19 19:49:32 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-19 19:49:32 +0000
commitebdc15a096b28a67836cb364defffe7fcf0410b9 (patch)
tree25a03bfcec00bf296784115f695268517799cd32 /games-fps
parentMark 0.10.8 stable on ia64. #139612 (diff)
downloadgentoo-2-ebdc15a096b28a67836cb364defffe7fcf0410b9.tar.gz
gentoo-2-ebdc15a096b28a67836cb364defffe7fcf0410b9.tar.bz2
gentoo-2-ebdc15a096b28a67836cb364defffe7fcf0410b9.zip
Adding strip to RESTRICT for bug #137819.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/vendetta-online-bin/ChangeLog6
-rw-r--r--games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/vendetta-online-bin/ChangeLog b/games-fps/vendetta-online-bin/ChangeLog
index 9ad5f91a6ccb..8de88734500d 100644
--- a/games-fps/vendetta-online-bin/ChangeLog
+++ b/games-fps/vendetta-online-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/vendetta-online-bin
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/ChangeLog,v 1.4 2006/03/31 21:33:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/ChangeLog,v 1.5 2006/09/19 19:49:32 wolf31o2 Exp $
+
+ 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ vendetta-online-bin-1.ebuild:
+ Adding strip to RESTRICT for bug #137819.
31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
vendetta-online-bin-1.ebuild:
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 e6ccd68fb0ee..1f29312df346 100644
--- a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild
+++ b/games-fps/vendetta-online-bin/vendetta-online-bin-1.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/vendetta-online-bin/vendetta-online-bin-1.ebuild,v 1.7 2006/03/31 21:33:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild,v 1.8 2006/09/19 19:49:32 wolf31o2 Exp $
inherit eutils games
@@ -12,7 +12,7 @@ LICENSE="guild"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
-RESTRICT="fetch mirror"
+RESTRICT="fetch mirror strip"
RDEPEND="virtual/opengl
=x11-libs/gtk+-1.2*