diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-01-29 20:15:15 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-01-29 20:15:15 +0000 |
commit | 2999c052de8b41a1c0a6d27e9d6a8bf132fbccd3 (patch) | |
tree | 226060662d2e291594eb60a4b8e3888277d9638c /app-office | |
parent | Version bump. (diff) | |
download | historical-2999c052de8b41a1c0a6d27e9d6a8bf132fbccd3.tar.gz historical-2999c052de8b41a1c0a6d27e9d6a8bf132fbccd3.tar.bz2 historical-2999c052de8b41a1c0a6d27e9d6a8bf132fbccd3.zip |
remove unnecessary ppc logic
Package-Manager: portage-2.0.51-r15
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.4.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app-office/openoffice-bin/Manifest b/app-office/openoffice-bin/Manifest index c15b1338898a..eb2efa3771f1 100644 --- a/app-office/openoffice-bin/Manifest +++ b/app-office/openoffice-bin/Manifest @@ -1,5 +1,5 @@ MD5 85f82981fc7704f969455dd17b1ebd2a openoffice-bin-1.1.3.ebuild 5804 -MD5 8538c1b5a875762ff16d6825b0de30ea openoffice-bin-1.1.4.ebuild 5669 +MD5 bd52e6143994a7e086b3f156953cf181 openoffice-bin-1.1.4.ebuild 5615 MD5 1a091dd047f09cc05d99f025c6a65fff openoffice-bin-1.1.1.ebuild 5855 MD5 c2cb2bcfa14b1386ec88dc5fc0e35095 ChangeLog 10664 MD5 7134ec08f56019fc5db7f3e84acea4df metadata.xml 460 diff --git a/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild index 913db0cbcdc6..ae77cf93299a 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild,v 1.12 2005/01/29 12:13:39 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.4.ebuild,v 1.13 2005/01/29 20:15:15 suka Exp $ # NOTE: There are two big issues that should be addressed. # @@ -10,7 +10,6 @@ IUSE="gnome java kde" INSTDIR="/opt/OpenOffice.org" MY_P="OOo_${PV}_LinuxIntel_install" -use ppc && MY_P="OOo_${PV}_LinuxPowerPC_en_installer" S="${WORKDIR}/${MY_P}" DESCRIPTION="OpenOffice productivity suite" |