summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-02-22 22:24:30 +0000
committerAron Griffis <agriffis@gentoo.org>2004-02-22 22:24:30 +0000
commit91eb369e831e4bfe06dac30826a356d998adfe3c (patch)
tree42158cfb83372395f611264d38856501cea8b31e /net-www/opera
parentRemove arm keywords (Manifest recommit) (diff)
downloadgentoo-2-91eb369e831e4bfe06dac30826a356d998adfe3c.tar.gz
gentoo-2-91eb369e831e4bfe06dac30826a356d998adfe3c.tar.bz2
gentoo-2-91eb369e831e4bfe06dac30826a356d998adfe3c.zip
fix syntax error
Diffstat (limited to 'net-www/opera')
-rw-r--r--net-www/opera/opera-7.11-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/opera/opera-7.11-r2.ebuild b/net-www/opera/opera-7.11-r2.ebuild
index 80f9f1595a0f..84c42f2090a4 100644
--- a/net-www/opera/opera-7.11-r2.ebuild
+++ b/net-www/opera/opera-7.11-r2.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/net-www/opera/opera-7.11-r2.ebuild,v 1.5 2004/02/22 16:54:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.11-r2.ebuild,v 1.6 2004/02/22 22:24:30 agriffis Exp $
#
# 1. static # Statically linked libraries, default.
# 2. shared-2.95 # Dynamically linked libaries, compiled with gcc 2.95.
@@ -25,7 +25,7 @@ RDEPEND="virtual/x11
>=media-libs/fontconfig-2.1.94-r1
x11-libs/openmotif" #lesstif resolves Bug 25767
-KEYWORDS="x86 ~ppc"#please test on x86
+KEYWORDS="x86 ~ppc" #please test on x86
SLOT="0"
#we can't modify (R)DEPEND info inside an if statement; that breaks metadata caching.