diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-07-29 13:26:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-07-29 13:26:35 +0000 |
commit | c81e829a3f0a5f43238628d08e562860c5466a11 (patch) | |
tree | a40fc8738947226abf52d6e2f00f381a36185fbc /app-office | |
parent | Version bump with ebuild by Giuseppe Pes (bug 464024) (diff) | |
download | gentoo-2-c81e829a3f0a5f43238628d08e562860c5466a11.tar.gz gentoo-2-c81e829a3f0a5f43238628d08e562860c5466a11.tar.bz2 gentoo-2-c81e829a3f0a5f43238628d08e562860c5466a11.zip |
Use firebird configure switch.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r2.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index 1748adf47cf6..8e910c8c788e 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.496 2013/07/29 09:28:03 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.497 2013/07/29 13:26:35 scarabeus Exp $ + + 29 Jul 2013; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999-r2.ebuild: + Use firebird configure switch. 29 Jul 2013; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-4.1.0.4.ebuild, libreoffice-4.1.9999.ebuild, libreoffice-9999-r2.ebuild: diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index c260ca75b69d..8889a6d5d0db 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.187 2013/07/29 09:28:03 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.188 2013/07/29 13:26:35 scarabeus Exp $ EAPI=5 @@ -71,7 +71,7 @@ unset ADDONS_URI unset EXT_URI unset ADDONS_SRC -IUSE="bluetooth +branding +cups dbus debug eds gnome gstreamer +gtk +IUSE="bluetooth +branding +cups dbus debug eds firebird gnome gstreamer +gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba +webdav" LO_EXTS="nlpsolver presenter-minimizer scripting-beanshell scripting-javascript wiki-publisher" @@ -140,6 +140,7 @@ COMMON_DEPEND=" cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) + firebird? ( >=dev-db/firebird-2.5 ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] @@ -479,6 +480,7 @@ src_configure() { $(use_enable debug) \ $(use_enable dbus) \ $(use_enable eds evolution2) \ + $(use_enable firebird firebird-sdbc) \ $(use_enable gnome gconf) \ $(use_enable gnome gio) \ $(use_enable gnome lockdown) \ |