diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-30 03:12:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-30 03:12:23 +0000 |
commit | f7716bbdd175d2769dcae7bd7c73e6a3eb5b1e7b (patch) | |
tree | e2999927f2b9308d6021c9d128dbdbda3071b826 /www-client | |
parent | Remove x11-plugins/gaim-libnotify because it depended on beta version of gaim... (diff) | |
download | gentoo-2-f7716bbdd175d2769dcae7bd7c73e6a3eb5b1e7b.tar.gz gentoo-2-f7716bbdd175d2769dcae7bd7c73e6a3eb5b1e7b.tar.bz2 gentoo-2-f7716bbdd175d2769dcae7bd7c73e6a3eb5b1e7b.zip |
Fix spelling error critical for ppc users (thanks to mr_bones).
(Portage version: 2.1.3.16)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera/opera-9.50_beta1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index 5f29833b620b..b9d589623afb 100644 --- a/www-client/opera/ChangeLog +++ b/www-client/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.166 2007/10/28 17:40:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.167 2007/10/30 03:12:23 jer Exp $ + + 30 Oct 2007; Jeroen Roovers <jer@gentoo.org> opera-9.50_beta1.ebuild: + Fix spelling error critical for ppc users (thanks to mr_bones). 28 Oct 2007; Jeroen Roovers <jer@gentoo.org> opera-9.50_beta1.ebuild: Removing emulation libraries for amd64 as Opera 9.50 is native x86_64. diff --git a/www-client/opera/opera-9.50_beta1.ebuild b/www-client/opera/opera-9.50_beta1.ebuild index e7b627948f0a..9ba9f7d726fd 100644 --- a/www-client/opera/opera-9.50_beta1.ebuild +++ b/www-client/opera/opera-9.50_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_beta1.ebuild,v 1.9 2007/10/29 18:16:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_beta1.ebuild,v 1.10 2007/10/30 03:12:23 jer Exp $ GCONF_DEBUG="no" @@ -26,7 +26,7 @@ O_URI="mirror://opera/" SRC_URI="amd64? ( ${O_URI}linux${O_FTP}x86_64/${PN}-${O_VER/b/}.2-shared-qt.x86_64-${O_SUFF}.tar.bz2 ) x86? ( qt-static? ( ${O_URI}linux${O_FTP}i386/static/${PN}-${O_VER}.9-static-qt.i386-${O_LNG}.tar.bz2 ) !qt-static? ( ${O_URI}linux${O_FTP}i386/shared/${PN}-${O_VER}.6-shared-qt.i386-${O_LNG}.tar.bz2 ) ) - ppc? ( qtstatic? ( ${O_URI}linux${O_FTP}ppc/static/${PN}-${O_VER}.1-static-qt.ppc-${O_LNG}.tar.bz2 ) + ppc? ( qt-static? ( ${O_URI}linux${O_FTP}ppc/static/${PN}-${O_VER}.1-static-qt.ppc-${O_LNG}.tar.bz2 ) !qt-static? ( ${O_URI}linux${O_FTP}ppc/shared/gcc-2.95/${PN}-${O_VER}.3-shared-qt.ppc-${O_LNG}.tar.bz2 ) ) x86-fbsd? ( qt-static? ( ${O_URI}unix/freebsd${O_FTP}static/${PN}-${O_VER}.1-static-qt.i386.freebsd-${O_LNG}.tar.bz2 ) !qt-static? ( ${O_URI}unix/freebsd${O_FTP}shared/${PN}-${O_VER}.4-shared-qt.i386.freebsd-${O_LNG}.tar.bz2 ) )" |