diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2011-02-10 21:20:22 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2011-02-10 21:20:22 +0000 |
commit | ba6c1828be0d63c094173d298a35d9f52b3d49a7 (patch) | |
tree | 87eeabb63f65162d7d880a3aa6af1e26257d2c0f /app-office | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-ba6c1828be0d63c094173d298a35d9f52b3d49a7.tar.gz gentoo-2-ba6c1828be0d63c094173d298a35d9f52b3d49a7.tar.bz2 gentoo-2-ba6c1828be0d63c094173d298a35d9f52b3d49a7.zip |
Remove kde use flag, as the integration is actually missing in the upstream packages, bug #352723
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-bin/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-3.3.0-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog index 2f2da29b9419..194d3230f660 100644 --- a/app-office/libreoffice-bin/ChangeLog +++ b/app-office/libreoffice-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/libreoffice-bin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.8 2011/02/09 08:20:50 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.9 2011/02/10 21:20:22 suka Exp $ + + 10 Feb 2011; Andreas Proschofsky <suka@gentoo.org> + libreoffice-bin-3.3.0-r1.ebuild: + Remove kde use flag, as the integration is actually missing in the upstream + packages, bug #352723 *libreoffice-bin-3.3.0-r1 (09 Feb 2011) diff --git a/app-office/libreoffice-bin/libreoffice-bin-3.3.0-r1.ebuild b/app-office/libreoffice-bin/libreoffice-bin-3.3.0-r1.ebuild index 2248f7f7cd96..93123adb50ce 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-3.3.0-r1.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-3.3.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0-r1.ebuild,v 1.1 2011/02/09 08:20:50 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0-r1.ebuild,v 1.2 2011/02/10 21:20:22 suka Exp $ EAPI="3" inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib -IUSE="gnome java kde offlinehelp" +IUSE="gnome java offlinehelp" MY_PV="${PV/_/-}" MY_PV2="${PV}rc4" @@ -102,7 +102,6 @@ src_unpack() { rpm_unpack "./${UP}/desktop-integration/libreoffice3.3-freedesktop-menus-3.3-6.noarch.rpm" use gnome && rpm_unpack "./${UP}/${BASIS}-gnome-integration-${BVER}.${LOARCH}.rpm" - use kde && rpm_unpack "./${UP}/${BASIS}-kde-integration-${BVER}.${LOARCH}.rpm" use java && rpm_unpack "./${UP}/${BASIS}-javafilter-${BVER}.${LOARCH}.rpm" # Extensions |