diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-04 11:52:14 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-04 11:52:14 +0000 |
commit | 03222c1e2405cb26dc483740c88c0899baa7471d (patch) | |
tree | 6f3455a6a14af5e2b68dbaced34083dae1c0f44c /app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild | |
parent | x86 stable, bug #380421 (diff) | |
download | gentoo-2-03222c1e2405cb26dc483740c88c0899baa7471d.tar.gz gentoo-2-03222c1e2405cb26dc483740c88c0899baa7471d.tar.bz2 gentoo-2-03222c1e2405cb26dc483740c88c0899baa7471d.zip |
Make cups harddep to solve build system issues. Also harddep for 3.5 and later anyway.
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild b/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild index 41b732ea35c9..14dd4fc68487 100644 --- a/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.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-3.4.9999-r1.ebuild,v 1.2 2011/09/04 09:24:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999-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 ) @@ -178,7 +178,7 @@ RDEPEND="${COMMON_DEPEND} " PDEPEND=" - >=app-office/libreoffice-l10n-$(get_version_component_range 1-2) + >=app-office/libreoffice-l10n-$(get_version_component_range 1-2) " DEPEND="${COMMON_DEPEND} @@ -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) \ |