diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-12-23 21:39:59 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-12-23 21:39:59 +0000 |
commit | 8ad5d8bed0088dc54f9c215c4d9efb2864bc367c (patch) | |
tree | d70576f6e08530cf2189cd666b7c93fe01b29c94 | |
parent | Initial import of libview (diff) | |
download | gentoo-2-8ad5d8bed0088dc54f9c215c4d9efb2864bc367c.tar.gz gentoo-2-8ad5d8bed0088dc54f9c215c4d9efb2864bc367c.tar.bz2 gentoo-2-8ad5d8bed0088dc54f9c215c4d9efb2864bc367c.zip |
really commit the last change...
(Portage version: 2.1_pre1)
-rw-r--r-- | app-office/openoffice/openoffice-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-2.0.1.ebuild b/app-office/openoffice/openoffice-2.0.1.ebuild index 3f25be62e276..f2a106c2af73 100644 --- a/app-office/openoffice/openoffice-2.0.1.ebuild +++ b/app-office/openoffice/openoffice-2.0.1.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-2.0.1.ebuild,v 1.4 2005/12/23 21:12:29 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.1.ebuild,v 1.5 2005/12/23 21:39:59 suka Exp $ inherit eutils fdo-mime flag-o-matic kde-functions toolchain-funcs @@ -119,7 +119,7 @@ src_unpack() { #Some fixes for our patchset cd ${S} - use kde && use !gnome && use !gtk && epatch ${FILESDIR}/2.0.1/noquickstarter.diff + use !gnome && use !gtk && epatch ${FILESDIR}/2.0.1/noquickstarter.diff #Detect which look and patchset we are using, amd64 is known not to be working atm, so this is here for testing purposes only use amd64 && export DISTRO="Gentoo64" || export DISTRO="Gentoo" |