diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-01-21 22:04:04 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-01-21 22:04:04 +0000 |
commit | 239ae11f0ddce53a14a3b811606a34043c9ef89f (patch) | |
tree | 6fabdafe115f6bf4059076550f1d55ec2915ff71 | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-239ae11f0ddce53a14a3b811606a34043c9ef89f.tar.gz gentoo-2-239ae11f0ddce53a14a3b811606a34043c9ef89f.tar.bz2 gentoo-2-239ae11f0ddce53a14a3b811606a34043c9ef89f.zip |
dependency fix
(Portage version: 2.0.51-r14)
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild index b0d8d075ba21..e764e907206a 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild,v 1.10 2005/01/21 21:57:59 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild,v 1.11 2005/01/21 22:04:04 suka Exp $ # NOTE: There are two big issues that should be addressed. # @@ -28,13 +28,13 @@ RDEPEND="!app-office/openoffice virtual/x11 virtual/libc >=dev-lang/perl-5.0 - sys-apps/findutils app-arch/zip app-arch/unzip java? ( >=virtual/jre-1.4.1 ) amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + sys-apps/findutils" src_install() { # Sandbox issues; bug #8587 |