diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-01-27 18:57:39 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-01-27 18:57:39 +0000 |
commit | 59258b557470e3f03ed63323e01cd7b85813d651 (patch) | |
tree | 7268d04b3440fb5e8becc08e5204eb8dc0f143c0 /app-office | |
parent | block on openoffice-bin as there is a namespace conflict (diff) | |
download | gentoo-2-59258b557470e3f03ed63323e01cd7b85813d651.tar.gz gentoo-2-59258b557470e3f03ed63323e01cd7b85813d651.tar.bz2 gentoo-2-59258b557470e3f03ed63323e01cd7b85813d651.zip |
-mask ppc as the folks at penguin ppc havent put together an installer yet
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild b/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild index 55ca056d40c2..e0c380c56186 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.0.2.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.2.ebuild,v 1.1 2003/01/27 18:50:01 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild,v 1.2 2003/01/27 18:57:39 sethbc Exp $ IUSE="kde gnome" @@ -34,11 +34,12 @@ DEPEND="virtual/glibc virtual/x11 app-arch/zip app-arch/unzip - >=virtual/jdk-1.3.1" + >=virtual/jdk-1.3.1 + !app-office/openoffice" LICENSE="LGPL-2 | SISSL-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc -sparc " +KEYWORDS="~x86 -ppc -sparc " src_install() { |