summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-10-26 16:38:16 +0000
committerJeroen Roovers <jer@gentoo.org>2007-10-26 16:38:16 +0000
commit1fd9b5c1b3fb09679ca4e6e4ede16fafb339543a (patch)
tree1943fd325011535ef24b03f30fb1a0ef5935ed7d
parentAdd mpi support. (diff)
downloadgentoo-2-1fd9b5c1b3fb09679ca4e6e4ede16fafb339543a.tar.gz
gentoo-2-1fd9b5c1b3fb09679ca4e6e4ede16fafb339543a.tar.bz2
gentoo-2-1fd9b5c1b3fb09679ca4e6e4ede16fafb339543a.zip
Fix SRC_URI (bug #197095).
(Portage version: 2.1.3.16)
-rw-r--r--www-client/opera/ChangeLog5
-rw-r--r--www-client/opera/opera-9.50_beta1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog
index 2f57a4c6af19..d9c52f983116 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.162 2007/10/26 16:26:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.163 2007/10/26 16:38:16 jer Exp $
+
+ 26 Oct 2007; Jeroen Roovers <jer@gentoo.org> opera-9.50_beta1.ebuild:
+ Fix SRC_URI (bug #197095).
26 Oct 2007; Jeroen Roovers <jer@gentoo.org> opera-9.50_beta1.ebuild:
Readded notes about failed checksums.
diff --git a/www-client/opera/opera-9.50_beta1.ebuild b/www-client/opera/opera-9.50_beta1.ebuild
index 1f9557b2c10f..b3776bcf4c46 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.4 2007/10/26 16:26:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_beta1.ebuild,v 1.5 2007/10/26 16:38:16 jer Exp $
GCONF_DEBUG="no"
@@ -28,8 +28,8 @@ SRC_URI="amd64? ( ${O_URI}linux${O_FTP}x86_64/${PN}-${O_VER/b/}.2-shared-qt.x86_
!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 )
!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 )"
+ 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 ) )"
DEPEND=">=sys-apps/sed-4"