diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-10 21:33:22 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-10 21:33:22 +0000 |
commit | a0932db4a668c1faff005b117a05e52291c11035 (patch) | |
tree | ac56c2123c6ef624b56d6c23f30d889c1603ec16 /net-www | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-a0932db4a668c1faff005b117a05e52291c11035.tar.gz gentoo-2-a0932db4a668c1faff005b117a05e52291c11035.tar.bz2 gentoo-2-a0932db4a668c1faff005b117a05e52291c11035.zip |
exchange static !static, it was in the wrong order, bug #47377
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/opera/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/opera/opera-7.50_alpha3.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-www/opera/ChangeLog b/net-www/opera/ChangeLog index 35805c539e10..dc8e754c2685 100644 --- a/net-www/opera/ChangeLog +++ b/net-www/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/opera # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.53 2004/03/22 21:06:33 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.54 2004/04/10 21:33:22 lanius Exp $ + + 10 Apr 2004; Heinrich Wendel <lanius@gentoo.org> opera-7.50_alpha3.ebuild: + exchange static !static, it was in the wrong order, bug #47377 22 Mar 2004; Heinrich Wendel <lanius@gentoo.org> metadata.xml, opera-7.23-r1.ebuild, opera-7.23.ebuild, opera-7.50_alpha2.ebuild, diff --git a/net-www/opera/opera-7.50_alpha3.ebuild b/net-www/opera/opera-7.50_alpha3.ebuild index 3d535ca5b7bd..4f3818a66370 100644 --- a/net-www/opera/opera-7.50_alpha3.ebuild +++ b/net-www/opera/opera-7.50_alpha3.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.50_alpha3.ebuild,v 1.2 2004/03/22 21:06:33 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.50_alpha3.ebuild,v 1.3 2004/04/10 21:33:22 lanius Exp $ IUSE="static" @@ -13,12 +13,12 @@ HOMEPAGE="http://www.opera.com/linux/" # that's an ugly workaround for the broken src_uri syntax SRC_URI=" - x86? ( static? ( http://snapshot.opera.com/unix/7.50-Preview-3/intel-linux/en/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) ) - x86? ( !static? ( http://snapshot.opera.com/unix/7.50-Preview-3/intel-linux/en/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) ) - ppc? ( static? ( http://snapshot.opera.com/unix/7.50-Preview-3/ppc-linux/en/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) ) - ppc? ( !static? ( http://snapshot.opera.com/unix/7.50-Preview-3/ppc-linux/en/${PN}-${OPERAVER}.1-static-qt.ppc-en.tar.bz2 ) ) - sparc? ( static? ( http://snapshot.opera.com/unix/7.50-Preview-3/sparc-linux/en/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 ) ) - sparc? ( !static? ( http://snapshot.opera.com/unix/7.50-Preview-3/sparc-linux/en/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 ) )" + x86? ( !static? ( http://snapshot.opera.com/unix/7.50-Preview-3/intel-linux/en/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) ) + x86? ( static? ( http://snapshot.opera.com/unix/7.50-Preview-3/intel-linux/en/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) ) + ppc? ( !static? ( http://snapshot.opera.com/unix/7.50-Preview-3/ppc-linux/en/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) ) + ppc? ( static? ( http://snapshot.opera.com/unix/7.50-Preview-3/ppc-linux/en/${PN}-${OPERAVER}.1-static-qt.ppc-en.tar.bz2 ) ) + sparc? ( !static? ( http://snapshot.opera.com/unix/7.50-Preview-3/sparc-linux/en/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 ) ) + sparc? ( static? ( http://snapshot.opera.com/unix/7.50-Preview-3/sparc-linux/en/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 ) )" # Dependencies may be augmented later (see below). DEPEND=">=sys-apps/sed-4" |