Skip to content

Commit

Permalink
app-emulation/spim: Disable test (hangs forever) and avoid invalid de…
Browse files Browse the repository at this point in the history
…sktop file

Package-Manager: portage-2.2.27
  • Loading branch information
hannob committed Feb 1, 2016
1 parent 27cb1bf commit 4240f1b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app-emulation/spim/spim-8.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -23,6 +23,8 @@ DEPEND="${RDEPEND}
x11-proto/xproto )
>=sys-apps/sed-4
sys-devel/bison"
# test hangs forever, disabling it
RESTRICT="test"

src_prepare() {
# fix bugs 240005 and 243588
Expand Down Expand Up @@ -60,8 +62,7 @@ src_install() {
fi

doicon "${FILESDIR}"/xspim.svg || die
make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education" \
"Comment=Graphical MIPS32 Assembly language emulator"
make_desktop_entry xspim xSPIM xspim "ComputerScience;Science;Education"

dohtml Documentation/SPIM.html || die
dodoc ChangeLog Documentation/BLURB README VERSION || die
Expand Down

0 comments on commit 4240f1b

Please sign in to comment.