summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-01-30 05:28:51 +0000
committerSteve Dibb <beandog@gentoo.org>2007-01-30 05:28:51 +0000
commit9c5c569ba254ad3b9e161f7521bdf4fa54274fb1 (patch)
treeec648c16fbcd3766cc49ba647ee60aadba8e733a /app-emulation
parentamd64 stable, bug 163108 (diff)
downloadgentoo-2-9c5c569ba254ad3b9e161f7521bdf4fa54274fb1.tar.gz
gentoo-2-9c5c569ba254ad3b9e161f7521bdf4fa54274fb1.tar.bz2
gentoo-2-9c5c569ba254ad3b9e161f7521bdf4fa54274fb1.zip
amd64 stable, bug 158402, added strip to restrict
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spim/ChangeLog7
-rw-r--r--app-emulation/spim/spim-7.3.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog
index f56ebb85e1b5..01ba3b4b7bdf 100644
--- a/app-emulation/spim/ChangeLog
+++ b/app-emulation/spim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/spim
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.41 2006/12/19 21:41:35 drizzt Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.42 2007/01/30 05:28:51 beandog Exp $
+
+ 30 Jan 2007; Steve Dibb <beandog@gentoo.org> spim-7.3.ebuild:
+ amd64 stable, bug 158402, added strip to restrict
19 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> spim-7.3.ebuild:
Stable on ppc wrt bug #158402
diff --git a/app-emulation/spim/spim-7.3.ebuild b/app-emulation/spim/spim-7.3.ebuild
index cfdd606b320b..7a222f629504 100644
--- a/app-emulation/spim/spim-7.3.ebuild
+++ b/app-emulation/spim/spim-7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.3.ebuild,v 1.4 2006/12/19 21:41:35 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.3.ebuild,v 1.5 2007/01/30 05:28:51 beandog Exp $
inherit eutils toolchain-funcs
@@ -10,9 +10,9 @@ SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc-macos ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc-macos ~sparc x86"
IUSE="X"
-
+RESTRICT="strip"
RDEPEND="X? ( || ( ( x11-libs/libXaw x11-libs/libXp ) virtual/x11 ) )"
DEPEND="${RDEPEND}
X? ( || ( ( x11-misc/imake x11-proto/xproto ) virtual/x11 ) )