diff options
author | 2012-11-17 11:03:36 +0000 | |
---|---|---|
committer | 2012-11-17 11:03:36 +0000 | |
commit | 9b8d69c3ee428dcffb9e2b20164f0d05b0dc6fb2 (patch) | |
tree | 7333c6384faefa1602d8799fd2349ea414198183 /app-office | |
parent | Raise python dependency to at least 2.5, fixes the breakage caused by silentl... (diff) | |
download | gentoo-2-9b8d69c3ee428dcffb9e2b20164f0d05b0dc6fb2.tar.gz gentoo-2-9b8d69c3ee428dcffb9e2b20164f0d05b0dc6fb2.tar.bz2 gentoo-2-9b8d69c3ee428dcffb9e2b20164f0d05b0dc6fb2.zip |
Use new switch for the bluetooth.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, RepoMan options: --force, 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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index 794e015a2707..9b5517f51c93 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.395 2012/11/16 20:09:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.396 2012/11/17 11:03:36 scarabeus Exp $ + + 17 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999-r2.ebuild: + Use new switch for the bluetooth. 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libreoffice-3.6.3.2.ebuild: workaround for bug 399061 diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index d2e75448a1b9..2c3a0a97d63a 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.128 2012/11/16 18:30:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.129 2012/11/17 11:03:36 scarabeus Exp $ EAPI=4 @@ -486,7 +486,7 @@ src_configure() { --without-help \ --with-helppack-integration \ --without-sun-templates \ - $(use_enable bluetooth sdremote) \ + $(use_enable bluetooth sdremote-bluetooth) \ $(use_enable cups) \ $(use_enable dbus) \ $(use_enable eds evolution2) \ |