diff options
author | 2011-08-23 11:07:51 +0000 | |
---|---|---|
committer | 2011-08-23 11:07:51 +0000 | |
commit | 67a76bd54d581f1e8a96ec56f71c4081b56c0af0 (patch) | |
tree | 21a6f81efa0bea56dca99c0f410f297e652b4c33 /app-office | |
parent | version bump (diff) | |
download | gentoo-2-67a76bd54d581f1e8a96ec56f71c4081b56c0af0.tar.gz gentoo-2-67a76bd54d581f1e8a96ec56f71c4081b56c0af0.tar.bz2 gentoo-2-67a76bd54d581f1e8a96ec56f71c4081b56c0af0.zip |
Cups is harddep starting from 3.5.
(Portage version: 2.1.10.3/cvs/Linux x86_64 OpenSUSE - Tumbleweed)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index 178b04d9792d..4dd8534997e0 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.114 2011/08/19 12:40:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.115 2011/08/23 11:07:51 scarabeus Exp $ + + 23 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild: + Cups is harddep starting from 3.5. 19 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-3.4.2.3.ebuild, libreoffice-3.4.3.1.ebuild, diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 341a2574d0fd..b92ac4e24745 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.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.ebuild,v 1.17 2011/08/19 09:56:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.18 2011/08/23 11:07:51 scarabeus Exp $ EAPI=3 @@ -106,7 +106,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 offlinehelp opengl svg templates test +vba webdav" LICENSE="LGPL-3" @@ -147,6 +147,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 @@ -154,7 +155,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 ) @@ -506,7 +506,6 @@ src_configure() { --without-ppds \ --without-stlport \ $(use_enable binfilter) \ - $(use_enable cups) \ $(use_enable dbus) \ $(use_enable debug crashdump) \ $(use_enable eds evolution2) \ |