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 | 9da807baf91dec1de56f6a6b896c7996f7195619 (patch) | |
tree | 34c29325f644798880238c4dda0cc943029a71d1 /net-www | |
parent | Fix module not installing for some weird reason after commit. (diff) | |
download | historical-9da807baf91dec1de56f6a6b896c7996f7195619.tar.gz historical-9da807baf91dec1de56f6a6b896c7996f7195619.tar.bz2 historical-9da807baf91dec1de56f6a6b896c7996f7195619.zip |
fix syntax error
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/opera/Manifest | 2 | ||||
-rw-r--r-- | net-www/opera/opera-7.11-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-www/opera/Manifest b/net-www/opera/Manifest index 52c1de083a19..e31e3be96519 100644 --- a/net-www/opera/Manifest +++ b/net-www/opera/Manifest @@ -1,6 +1,6 @@ MD5 9217f9efbeded5bc30bf9ad49409c438 ChangeLog 8647 MD5 9d74e5348d18f3fb4545df58fbf6d211 opera-7.23-r1.ebuild 3361 -MD5 b3e8fa42a8bbcaaa6bc45b245fa34d05 opera-7.11-r2.ebuild 3710 +MD5 e717c585919f1e6db3c5be9c218474a9 opera-7.11-r2.ebuild 3711 MD5 048fbbc6f1a7bd0cb848213e54854fc1 opera-7.23.ebuild 3202 MD5 5f73745f3ea4dea663aee6a41b11162d opera-6.12.ebuild 3335 MD5 2d9f7ac96d8cbab740c9476e7f6dbfd9 opera-7.50_alpha1.ebuild 2331 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. |