diff options
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild b/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild index e495b1dc8c8b..329d861ab6b3 100644 --- a/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.3.2-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-3.4.3.2-r1.ebuild,v 1.2 2011/09/04 09:24:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.3 2011/09/04 11:52:14 scarabeus Exp $ EAPI=3 @@ -100,7 +100,7 @@ unset ADDONS_URI unset EXT_URI unset ADDONS_SRC -IUSE="binfilter +branding cups custom-cflags dbus debug eds gnome graphite +IUSE="binfilter +branding custom-cflags dbus debug eds gnome graphite gstreamer gtk kde ldap mysql nsplugin odk opengl python templates test +vba webdav" LICENSE="LGPL-3" @@ -135,6 +135,7 @@ COMMON_DEPEND=" >=media-libs/fontconfig-2.3.0 >=media-libs/vigra-1.7 >=media-libs/libpng-1.4 + net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg @@ -143,7 +144,6 @@ COMMON_DEPEND=" x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender - cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.94 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 ) @@ -449,6 +449,7 @@ src_configure() { --with-system-db \ --with-system-dicts \ --enable-cairo \ + --enable-cups \ --enable-fontconfig \ --enable-largefile \ --enable-randr \ @@ -491,7 +492,6 @@ src_configure() { --without-stlport \ --without-helppack-integration \ $(use_enable binfilter) \ - $(use_enable cups) \ $(use_enable dbus) \ $(use_enable debug crashdump) \ $(use_enable eds evolution2) \ |