diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-02 10:20:40 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-02 10:20:40 +0000 |
commit | 0ddfaaf2ce87052652840ca0f57ac3c4c1673d92 (patch) | |
tree | c0920849287b294bfb61e770424302bf0f629d28 /virtual/ooo | |
parent | Version bump. (diff) | |
download | gentoo-2-0ddfaaf2ce87052652840ca0f57ac3c4c1673d92.tar.gz gentoo-2-0ddfaaf2ce87052652840ca0f57ac3c4c1673d92.tar.bz2 gentoo-2-0ddfaaf2ce87052652840ca0f57ac3c4c1673d92.zip |
Punt openoffice as it is gone from main tree for now.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ooo')
-rw-r--r-- | virtual/ooo/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/ooo/ooo-0.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/virtual/ooo/ChangeLog b/virtual/ooo/ChangeLog index 0748a8a72beb..7225d40748a1 100644 --- a/virtual/ooo/ChangeLog +++ b/virtual/ooo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/ooo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v 1.2 2011/07/28 16:49:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ChangeLog,v 1.3 2011/09/02 10:20:40 scarabeus Exp $ + + 02 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> ooo-0.ebuild: + Punt openoffice as it is gone from main tree for now. 28 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> ooo-0.ebuild: sparc doesn't have openoffice at all diff --git a/virtual/ooo/ooo-0.ebuild b/virtual/ooo/ooo-0.ebuild index 26a006832f4d..8c990d2fb6f9 100644 --- a/virtual/ooo/ooo-0.ebuild +++ b/virtual/ooo/ooo-0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.4 2011/07/28 16:49:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ooo/ooo-0.ebuild,v 1.5 2011/09/02 10:20:40 scarabeus Exp $ -EAPI=3 +EAPI=4 DESCRIPTION="Virtual for OpenOffice.org/LibreOffice" HOMEPAGE="" @@ -14,9 +14,9 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="" -RDEPEND="|| ( - app-office/libreoffice-bin - app-office/libreoffice - app-office/openoffice-bin - app-office/openoffice - )" +RDEPEND=" + || ( + app-office/libreoffice-bin + app-office/libreoffice + ) +" |