diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:24:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:24:30 +0000 |
commit | 91eb369e831e4bfe06dac30826a356d998adfe3c (patch) | |
tree | 42158cfb83372395f611264d38856501cea8b31e /net-www/opera | |
parent | Remove arm keywords (Manifest recommit) (diff) | |
download | gentoo-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.ebuild | 4 |
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. |