diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2004-08-20 20:30:20 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2004-08-20 20:30:20 +0000 |
commit | 80a71fbc57ac2f1f384be152756108da80b70976 (patch) | |
tree | e16cfc9387b87839c99ba838f6fc98d24c6d135f /app-office/openoffice | |
parent | Put back fix for #21330. (Manifest recommit) (diff) | |
download | gentoo-2-80a71fbc57ac2f1f384be152756108da80b70976.tar.gz gentoo-2-80a71fbc57ac2f1f384be152756108da80b70976.tar.bz2 gentoo-2-80a71fbc57ac2f1f384be152756108da80b70976.zip |
marking stable on x86
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.2.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index 4e734da08049..6619a6a375fa 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.78 2004/06/29 17:46:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.79 2004/08/20 20:27:37 suka Exp $ + + 20 Aug 2004; suka@gentoo.org openoffice-1.1.2.ebuild: + fixing some sandbox issues and marking stable on x86, at last 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> openoffice-1.0.3-r2.ebuild, openoffice-1.1.0-r4.ebuild, openoffice-1.1.0-r5.ebuild, diff --git a/app-office/openoffice/openoffice-1.1.2.ebuild b/app-office/openoffice/openoffice-1.1.2.ebuild index 14e4e3860652..4745aa6ac3aa 100644 --- a/app-office/openoffice/openoffice-1.1.2.ebuild +++ b/app-office/openoffice/openoffice-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.2.ebuild,v 1.3 2004/06/29 17:46:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.2.ebuild,v 1.4 2004/08/20 20:27:37 suka Exp $ # IMPORTANT: This is extremely alpha!!! @@ -40,7 +40,7 @@ HOMEPAGE="http://www.openoffice.org/" LICENSE="LGPL-2 | SISSL-1.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" RDEPEND=">=sys-libs/glibc-2.1 !=sys-libs/glibc-2.3.1* @@ -361,6 +361,8 @@ src_install() { addpredict "/dev/dri" addpredict "/usr/bin/soffice" addpredict "/pspfontcache" + addpredict "/opt/OpenOffice.org/foo.tmp" + addpredict "/opt/OpenOffice.org/delme" # The install part should now be relatively OK compared to # what it was. Basically we use autoresponse files to install |