diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-16 18:50:23 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-16 18:50:23 +0000 |
commit | 64f8dc1d68a8df8dabffdb701765542157db7c8e (patch) | |
tree | b38e5c6bbe32761a44d8a8ebfafaa3cea7bcd867 /app-office | |
parent | hax =) (diff) | |
download | gentoo-2-64f8dc1d68a8df8dabffdb701765542157db7c8e.tar.gz gentoo-2-64f8dc1d68a8df8dabffdb701765542157db7c8e.tar.bz2 gentoo-2-64f8dc1d68a8df8dabffdb701765542157db7c8e.zip |
hax =)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/Manifest | 2 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.1_beta.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-office/openoffice-bin/Manifest b/app-office/openoffice-bin/Manifest index 4f2156fa30a1..881ba1dcff68 100644 --- a/app-office/openoffice-bin/Manifest +++ b/app-office/openoffice-bin/Manifest @@ -1,6 +1,6 @@ MD5 9d0208444a365199faae6e912dbbdc70 openoffice-bin-1.0.2.ebuild 6149 MD5 b221cf945d38e9e31215107f8d084063 openoffice-bin-1.0.1.ebuild 5603 -MD5 b5c6fda6a46f2f389ad792ed4239b521 openoffice-bin-1.1_beta.ebuild 5936 +MD5 7fa1b658000d48f82108610b8821037a openoffice-bin-1.1_beta.ebuild 5936 MD5 f3221bff8ddbc2158c5a73560a04b438 openoffice-bin-1.0.3.ebuild 6150 MD5 583bb2a3fcf66696f1c3c389874b82c9 openoffice-bin-1.0.0-r3.ebuild 2912 MD5 d67186fbafba4cb628127208f37e9a92 ChangeLog 2852 diff --git a/app-office/openoffice-bin/openoffice-bin-1.1_beta.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1_beta.ebuild index 4339f0f099d3..f6af07e9bd8d 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1_beta.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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_beta.ebuild,v 1.2 2003/04/10 21:27:11 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1_beta.ebuild,v 1.3 2003/04/16 18:50:06 sethbc Exp $ IUSE="kde gnome" @@ -17,7 +17,7 @@ INSTDIR="${LOC}/OpenOffice.org${PV}" MY_PV="${PV/_/}" if [ `use ppc` ]; then MY_P="OOo_${MY_PV}_LinuxPowerPC_installer" - S="${WORKDIR}/${MY_P}" +S="${WORKDIR}/${MY_P}" else MY_P="OOo_${MY_PV}_LinuxIntel_install" S="${WORKDIR}/install" @@ -39,7 +39,7 @@ DEPEND="virtual/glibc LICENSE="LGPL-2 | SISSL-1.1" SLOT="0" -KEYWORDS="-x86 -ppc -sparc " +KEYWORDS="~x86 -ppc -sparc " src_install() { |