diff options
author | 2002-12-06 01:11:20 +0000 | |
---|---|---|
committer | 2002-12-06 01:11:20 +0000 | |
commit | 966e58df68f837af4890cfcdf7b654a890615d61 (patch) | |
tree | f0157e5d03cd490ee758aea9d9202b0a2352a989 /app-office/openoffice-bin | |
parent | New version (diff) | |
download | gentoo-2-966e58df68f837af4890cfcdf7b654a890615d61.tar.gz gentoo-2-966e58df68f837af4890cfcdf7b654a890615d61.tar.bz2 gentoo-2-966e58df68f837af4890cfcdf7b654a890615d61.zip |
addpredicts to fix dri bugs
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.0.1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index c5477b27c698..6e5e5666d24f 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/openoffice-bin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.9 2002/10/01 19:26:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.10 2002/12/06 01:11:14 sethbc Exp $ + +*openoffice-bin-1.0.1 (15 Sep 2002) + 05 Dec 2002; Seth Chandler <sethbc@gentoo.org> openoffice-bin-1.0.1.ebuild : + Add "addpredict" 's to fix sandbox issues; closes bug 8063. *openoffice-bin-1.0.1 (15 Sep 2002) 1 Oct 2002; Martin Schlemmer <azarah@gentoo.org> openoffice-bin-1.0.1.ebuild : diff --git a/app-office/openoffice-bin/openoffice-bin-1.0.1.ebuild b/app-office/openoffice-bin/openoffice-bin-1.0.1.ebuild index f80c1e06f8b9..ce6258f2d18c 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.0.1.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.1.ebuild,v 1.8 2002/11/01 18:49:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.1.ebuild,v 1.9 2002/12/06 01:11:20 sethbc Exp $ IUSE="kde gnome" @@ -45,6 +45,9 @@ src_install() { # Sandbox issues; bug #8587 addpredict "/user" addpredict "/share" + + # Sandbox issues; bug 8063 + addpredict "/dev/dri" # Autoresponse file for main installation cat > ${T}/rsfile-global <<-"END_RS" |