diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-08-18 09:06:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-08-18 09:06:30 +0000 |
commit | cc187d3504bb277ceb36c9f9977f0dd740ea9afa (patch) | |
tree | 505e09f0200246f5f363c4e488713f1bf9b2b480 /app-office/libreoffice-bin | |
parent | Update SRC_URI to use new mono mirror as novell no longer supporting project. (diff) | |
download | gentoo-2-cc187d3504bb277ceb36c9f9977f0dd740ea9afa.tar.gz gentoo-2-cc187d3504bb277ceb36c9f9977f0dd740ea9afa.tar.bz2 gentoo-2-cc187d3504bb277ceb36c9f9977f0dd740ea9afa.zip |
Fix requested by scarabeus
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice-bin')
-rw-r--r-- | app-office/libreoffice-bin/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/libreoffice-bin/libreoffice-bin-3.3.4.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog index 3135988058e1..e7150dd76479 100644 --- a/app-office/libreoffice-bin/ChangeLog +++ b/app-office/libreoffice-bin/ChangeLog @@ -1,6 +1,9 @@ # 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.28 2011/08/17 19:34:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.29 2011/08/18 09:06:30 patrick Exp $ + + 18 Aug 2011; Patrick Lauer <patrick@gentoo.org> libreoffice-bin-3.3.4.ebuild: + Fix requested by scarabeus *libreoffice-bin-3.3.4 (17 Aug 2011) diff --git a/app-office/libreoffice-bin/libreoffice-bin-3.3.4.ebuild b/app-office/libreoffice-bin/libreoffice-bin-3.3.4.ebuild index ec406af49aba..9f3bf77cf0cf 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-3.3.4.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-3.3.4.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-bin/libreoffice-bin-3.3.4.ebuild,v 1.1 2011/08/17 19:34:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.4.ebuild,v 1.2 2011/08/18 09:06:30 patrick Exp $ EAPI="3" @@ -9,10 +9,10 @@ inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib IUSE="gnome java offlinehelp" MY_PV="${PV/_/-}" -MY_PV2="${PV}rc2" -BVER="3.3.1-8" -BVER2="3.3-8" -UREVER="1.7.0-8" +MY_PV2="${PV}rc1" +BVER="3.3.4-401" +BVER2="3.3-401" +UREVER="1.7.0-401" BASIS="libobasis3.3" BASIS2="basis3.3" NM="libreoffice" |