diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-05-16 09:23:49 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-05-16 09:23:49 +0000 |
commit | d01f32e34b404985732c7999888d29c29cb39e69 (patch) | |
tree | fc7ecf56ae92952b1da877a026a53fc5e5cc4652 /app-office | |
parent | Added -d to freshclam startup in new initscript. (diff) | |
download | gentoo-2-d01f32e34b404985732c7999888d29c29cb39e69.tar.gz gentoo-2-d01f32e34b404985732c7999888d29c29cb39e69.tar.bz2 gentoo-2-d01f32e34b404985732c7999888d29c29cb39e69.zip |
inherit fdo-mime eclass was missing...
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/openoffice-1.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-1.1.4-r1.ebuild b/app-office/openoffice/openoffice-1.1.4-r1.ebuild index 6f5ae361f25a..ed42d4f0eebe 100644 --- a/app-office/openoffice/openoffice-1.1.4-r1.ebuild +++ b/app-office/openoffice/openoffice-1.1.4-r1.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/openoffice-1.1.4-r1.ebuild,v 1.6 2005/05/03 06:12:00 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.4-r1.ebuild,v 1.7 2005/05/16 09:23:49 suka Exp $ # Notes: # @@ -24,7 +24,7 @@ # Get support going for installing a custom language pack. Also # need to be able to install more than one language pack. -inherit eutils flag-o-matic toolchain-funcs +inherit eutils fdo-mime flag-o-matic toolchain-funcs IUSE="curl hardened java kde nptl zlib" |