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 | 257a20fbd8cd41dfa711a2f41b59e74b09f5c8dd (patch) | |
tree | b7f7b22083d23a588bcb7d0ae9018828bbcf710f /app-office/openoffice-bin | |
parent | block on openoffice-bin as there is a namespace conflict (diff) | |
download | historical-257a20fbd8cd41dfa711a2f41b59e74b09f5c8dd.tar.gz historical-257a20fbd8cd41dfa711a2f41b59e74b09f5c8dd.tar.bz2 historical-257a20fbd8cd41dfa711a2f41b59e74b09f5c8dd.zip |
-mask ppc as the folks at penguin ppc havent put together an installer yet
Diffstat (limited to 'app-office/openoffice-bin')
-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() { |