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
commite07ddcd52671cff33ee96eb481ae132be9c82b41 (patch)
treebd4d8a900bb9d028faa6a81bc31ff9bbac44e1f2 /app-emulation/spectemu
parentadd -ppc keyword (diff)
downloadhistorical-e07ddcd52671cff33ee96eb481ae132be9c82b41.tar.gz
historical-e07ddcd52671cff33ee96eb481ae132be9c82b41.tar.bz2
historical-e07ddcd52671cff33ee96eb481ae132be9c82b41.zip
Fixed sandbox violation
Diffstat (limited to 'app-emulation/spectemu')
-rw-r--r--app-emulation/spectemu/ChangeLog5
-rw-r--r--app-emulation/spectemu/Manifest4
-rw-r--r--app-emulation/spectemu/spectemu-0.99.3.ebuild4
3 files changed, 9 insertions, 4 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/Manifest b/app-emulation/spectemu/Manifest
index a98d895c50db..ba3ed0e3018a 100644
--- a/app-emulation/spectemu/Manifest
+++ b/app-emulation/spectemu/Manifest
@@ -1,5 +1,5 @@
-MD5 194d84159421478c64f43b2759edb00f spectemu-0.99.3.ebuild 1128
+MD5 afb3b5cfd320aa32a334ae67fbac968d spectemu-0.99.3.ebuild 1184
MD5 7c31048b431a63a72f1c9350af5b78d4 spectemu-0.9.4.ebuild 1767
-MD5 e3925768a796f296ccb37b74d3f82729 ChangeLog 1179
+MD5 c4dcd35f9120cc0df1b351828081a053 ChangeLog 1268
MD5 3eff986352c598213569695176c1dadb files/digest-spectemu-0.9.4 65
MD5 2fa8d7d58dd97f11057af7dc17b910a1 files/digest-spectemu-0.99.3 67
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"
}