summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2005-04-22 00:25:58 +0000
committerRyan Phillips <rphillips@gentoo.org>2005-04-22 00:25:58 +0000
commit09132fbcfae2846df1e9646deca8283d3e6ab9c4 (patch)
treee6e4a43c1b9d3d37c668414e8215e1e20fac8833 /app-emulation/spectemu
parentadd -ppc keyword (diff)
downloadgentoo-2-09132fbcfae2846df1e9646deca8283d3e6ab9c4.tar.gz
gentoo-2-09132fbcfae2846df1e9646deca8283d3e6ab9c4.tar.bz2
gentoo-2-09132fbcfae2846df1e9646deca8283d3e6ab9c4.zip
Fixed sandbox violation
Diffstat (limited to 'app-emulation/spectemu')
-rw-r--r--app-emulation/spectemu/ChangeLog5
-rw-r--r--app-emulation/spectemu/spectemu-0.99.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/spectemu/ChangeLog b/app-emulation/spectemu/ChangeLog
index ae5941b14a5f..084681524bf8 100644
--- a/app-emulation/spectemu/ChangeLog
+++ b/app-emulation/spectemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/spectemu
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.10 2005/04/19 21:00:08 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.11 2005/04/22 00:25:58 rphillips Exp $
+
+ 21 Apr 2005; <rphillips@gentoo.org> spectemu-0.99.3.ebuild:
+ Fixed sandbox violation
*spectemu-0.99.3 (19 Apr 2005)
diff --git a/app-emulation/spectemu/spectemu-0.99.3.ebuild b/app-emulation/spectemu/spectemu-0.99.3.ebuild
index 943fa6321a92..ba0a64569001 100644
--- a/app-emulation/spectemu/spectemu-0.99.3.ebuild
+++ b/app-emulation/spectemu/spectemu-0.99.3.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/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.1 2005/04/19 21:00:08 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.2 2005/04/22 00:25:58 rphillips Exp $
### Several versions of specemu exist, xspect & vgaspect, utilising X11
### and/or svgalib. libreadline provides optional runtime features.
@@ -25,6 +25,8 @@ src_compile() {
use X || myflags="${myflags} --with-x=no"
use readline || myflags="${myflags} --without-readline"
+ myflags="${myflags} --mandir=${D}/usr/share/man/man1"
+
econf ${myflags} || die "Spectemu ./configure failed"
emake || die "Spectemu make failed"
}