diff options
author | 2002-12-24 03:43:21 +0000 | |
---|---|---|
committer | 2002-12-24 03:43:21 +0000 | |
commit | 2ae19ead0f6ba4eb4b4b78aad45ddbb24ba991be (patch) | |
tree | 757e8f7e124158b294130502afef14c8bb553d96 /app-office | |
parent | new version, minor bugfixes (diff) | |
download | gentoo-2-2ae19ead0f6ba4eb4b4b78aad45ddbb24ba991be.tar.gz gentoo-2-2ae19ead0f6ba4eb4b4b78aad45ddbb24ba991be.tar.bz2 gentoo-2-2ae19ead0f6ba4eb4b4b78aad45ddbb24ba991be.zip |
added an addpredict to temporarily fix some sandbox issues
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r3.ebuild | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index 728dfe70e3f9..2fd8d6652c6d 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-office/openoffice # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.14 2002/12/11 22:42:09 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.15 2002/12/24 03:43:21 sethbc Exp $ *openoffice-1.0.1-r3 (12 Dec 2002) + 23 Dec 2002; Seth Chandler<sethbc@gentoo.org> openoffice-1.0.1.ebuild-r3 : + Put in an addpredict to predict writes to /user and /share (same fix + applied to openoffice-bin ebuild). I'm looking for a permanent fix to this + (i.e. not one which uses addpredict) and will update again when its ready =) + 12 Dec 2002; Martin Schlemmer <azarah@gentoo.org> openoffice-1.0.1.ebuild-r3 : Fix to work with a gcc-config enabled gcc ... diff --git a/app-office/openoffice/openoffice-1.0.1-r3.ebuild b/app-office/openoffice/openoffice-1.0.1-r3.ebuild index f1cc03cd5795..e5fb7ebfc539 100644 --- a/app-office/openoffice/openoffice-1.0.1-r3.ebuild +++ b/app-office/openoffice/openoffice-1.0.1-r3.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/openoffice-1.0.1-r3.ebuild,v 1.3 2002/12/12 20:46:31 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r3.ebuild,v 1.4 2002/12/24 03:43:21 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -427,6 +427,10 @@ src_compile() { src_install() { + # Sandbox issues; bug #11838 + addpredict "/user" + addpredict "/share" + # This allows us to change languages without editing the ebuild. # # languages1="ENUS,FREN,GERM,SPAN,ITAL,DTCH,PORT,SWED,POL,RUSS" |