summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-10-27 17:23:09 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-10-27 17:23:09 +0000
commitca3ef554a2904f867ac63bc21aa0da490631c904 (patch)
tree7863707a784c4cb936de11cab6e390873c572b2a /app-office/libreoffice/libreoffice-9999-r1.ebuild
parentFix libnl dependency (bug #342461). (diff)
downloadhistorical-ca3ef554a2904f867ac63bc21aa0da490631c904.tar.gz
historical-ca3ef554a2904f867ac63bc21aa0da490631c904.tar.bz2
historical-ca3ef554a2904f867ac63bc21aa0da490631c904.zip
Fix missing backslash...
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999-r1.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-9999-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-9999-r1.ebuild b/app-office/libreoffice/libreoffice-9999-r1.ebuild
index 4bb4119c885b..cc2ada7bf81c 100644
--- a/app-office/libreoffice/libreoffice-9999-r1.ebuild
+++ b/app-office/libreoffice/libreoffice-9999-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.46 2011/10/21 07:56:29 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.47 2011/10/27 17:23:09 scarabeus Exp $
EAPI=4
@@ -437,7 +437,7 @@ src_configure() {
$(use_enable opengl) \
$(use_enable pdfimport ext-pdfimport) \
$(use_enable svg librsvg system) \
- $(use_enable test linkoo)
+ $(use_enable test linkoo) \
$(use_enable vba) \
$(use_enable vba activex-component) \
$(use_enable webdav neon) \