diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-09 15:46:10 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-09 15:46:10 +0000 |
commit | 3fda6f6cc0f3db2799a0959eee8a8f1fb0a62aae (patch) | |
tree | 75d5b89d82a2aa450fcbfa93fed94d1dd90488bf /app-office | |
parent | updates, don't use 1.1 beta yet =) (diff) | |
download | historical-3fda6f6cc0f3db2799a0959eee8a8f1fb0a62aae.tar.gz historical-3fda6f6cc0f3db2799a0959eee8a8f1fb0a62aae.tar.bz2 historical-3fda6f6cc0f3db2799a0959eee8a8f1fb0a62aae.zip |
comment something out
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/manifest | 2 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1_beta.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-office/openoffice/manifest b/app-office/openoffice/manifest index 8e220f4cfe6f..e16c3e569947 100644 --- a/app-office/openoffice/manifest +++ b/app-office/openoffice/manifest @@ -1,4 +1,4 @@ -MD5 5d1afd23bcdec0f1a4a350b5232ad510 openoffice-1.1_beta.ebuild 16779 +MD5 11224e141a8abbe835695b1efa109bb1 openoffice-1.1_beta.ebuild 16780 MD5 460ff929624efb91c3bd1b41d72bd27d openoffice-1.0.2-r2.ebuild 20934 MD5 3d1de45989289e7ec5223c0c8cb45868 openoffice-1.0.2.ebuild 18274 MD5 58f842fee23dd5bb144251bd3543016e ChangeLog 4519 diff --git a/app-office/openoffice/openoffice-1.1_beta.ebuild b/app-office/openoffice/openoffice-1.1_beta.ebuild index 4dddebf7272a..5f07cfab58d9 100644 --- a/app-office/openoffice/openoffice-1.1_beta.ebuild +++ b/app-office/openoffice/openoffice-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/openoffice-1.1_beta.ebuild,v 1.1 2003/04/09 15:43:08 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1_beta.ebuild,v 1.2 2003/04/09 15:46:05 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -63,7 +63,7 @@ HOMEPAGE="http://www.openoffice.org/" LICENSE="LGPL-2 | SISSL-1.1" SLOT="0" -KEYWORDS="-x86 -ppc" +KEYWORDS="~x86 ~ppc" IUSE="gnome kde" RDEPEND=">=sys-libs/glibc-2.1 @@ -203,7 +203,7 @@ src_unpack() { rm STLport-4.5.3.patch epatch ${FILESDIR}/${PV}/newstlportfix.patch cd ${S} - epatch ${FILESDIR}/${PV}/openoffice-xrender.patch +# epatch ${FILESDIR}/${PV}/openoffice-xrender.patch # Now for our optimization flags ... perl -pi -e "s|^CFLAGSOPT=.*|CFLAGSOPT=${CFLAGS}|g" \ |