diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-12 07:14:06 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-12 07:14:06 +0000 |
commit | 79cff4b19553d5cb64ffa3f8bcb2ef35590d813e (patch) | |
tree | ad77931d7be3e4bc42ef81b940d32fedc9c43364 /app-office | |
parent | Version bump. Just bug fixes. This one is 1.8.2b (Manifest recommit) (diff) | |
download | gentoo-2-79cff4b19553d5cb64ffa3f8bcb2ef35590d813e.tar.gz gentoo-2-79cff4b19553d5cb64ffa3f8bcb2ef35590d813e.tar.bz2 gentoo-2-79cff4b19553d5cb64ffa3f8bcb2ef35590d813e.zip |
somebody removed amd64 support while adding in ppc support, so i added it back in and added ~amd64 to keywords. :|
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index 1fc5fa72f85b..f1dfce0a42a4 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/openoffice-bin # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.41 2004/05/04 16:02:23 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.42 2004/05/12 07:14:06 lv Exp $ + + 11 May 2004; Travis Tilley <lv@gentoo.org> openoffice-bin-1.1.1.ebuild: + added back in amd64 support and added ~amd64 keyword 04 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> openoffice-bin-1.1.1.ebuild: Made ebuild ppc compatible diff --git a/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild b/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild index 85739e0cd2eb..bf3aa4a50249 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild,v 1.4 2004/02/22 19:47:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild,v 1.5 2004/05/12 07:14:06 lv Exp $ IUSE="kde gnome" diff --git a/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild index 642099261f84..1679ab48b233 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild,v 1.7 2004/05/04 19:02:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.1.ebuild,v 1.8 2004/05/12 07:14:06 lv Exp $ IUSE="kde gnome" @@ -19,6 +19,7 @@ S="${WORKDIR}/${MY_P}" DESCRIPTION="OpenOffice productivity suite" SRC_URI="x86? ( mirror://openoffice/stable/${PV}/OOo_${PV}_LinuxIntel_install.tar.gz ) + amd64? ( mirror://openoffice/stable/${PV}/OOo_${PV}_LinuxIntel_install.tar.gz ) ppc? ( http://ftp.sunet.se/pub/Office/OpenOffice.org/contrib/linuxppc/OOo_${PV}_LinuxPowerPC_en_installer.tar.gz )" HOMEPAGE="http://www.openoffice.org" @@ -44,7 +45,7 @@ RDEPEND="virtual/glibc LICENSE="LGPL-2 | SISSL-1.1" SLOT="0" -KEYWORDS="x86 ppc -sparc" +KEYWORDS="x86 ppc -sparc ~amd64" src_install() { # Sandbox issues; bug #8587 |