diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 12:09:42 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 12:09:42 +0000 |
commit | 16b297e96ab69c5cdbe14a001cbd2c9cdfc451b1 (patch) | |
tree | 7a8ee9c478245a2496c80d180c16c3641330f973 /net-www/opera | |
parent | backport 7.50_alpha changes to 7.23 (Manifest recommit) (diff) | |
download | gentoo-2-16b297e96ab69c5cdbe14a001cbd2c9cdfc451b1.tar.gz gentoo-2-16b297e96ab69c5cdbe14a001cbd2c9cdfc451b1.tar.bz2 gentoo-2-16b297e96ab69c5cdbe14a001cbd2c9cdfc451b1.zip |
small fix
Diffstat (limited to 'net-www/opera')
-rw-r--r-- | net-www/opera/opera-7.23-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-www/opera/opera-7.23-r1.ebuild b/net-www/opera/opera-7.23-r1.ebuild index 918f2936943a..46bdbf8fafec 100644 --- a/net-www/opera/opera-7.23-r1.ebuild +++ b/net-www/opera/opera-7.23-r1.ebuild @@ -1,8 +1,8 @@ # 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.23-r1.ebuild,v 1.1 2004/02/21 12:08:00 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.2 2004/02/21 12:09:42 lanius Exp $ -IUSE="static" +IUSE="static operanom2" OPERAVER="7.23-20031119" @@ -12,13 +12,13 @@ HOMEPAGE="http://www.opera.com/linux/" # that's an ugly workaround for the broken src_uri syntax if [ `use static` ]; then - SRC_URI="x86? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) - ppc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) - sparc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 )" -else SRC_URI="x86? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) ppc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-en.tar.bz2 ) sparc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 )" +else + SRC_URI="x86? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) + ppc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) + sparc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 )" fi SLOT="0" |