diff options
author | 2008-04-24 13:54:30 +0000 | |
---|---|---|
committer | 2008-04-24 13:54:30 +0000 | |
commit | cf031b0c3dc41d0d98e966cb763314e877903f97 (patch) | |
tree | 118dfa81abf3d08fcfe749dbbc31a667d74992a3 /www-client | |
parent | Version bump <http://my.opera.com/desktopteam/blog/2008/04/24/9-5-beta-2-is-o... (diff) | |
download | gentoo-2-cf031b0c3dc41d0d98e966cb763314e877903f97.tar.gz gentoo-2-cf031b0c3dc41d0d98e966cb763314e877903f97.tar.bz2 gentoo-2-cf031b0c3dc41d0d98e966cb763314e877903f97.zip |
Fix CVS header. Add back x86-fbsd SRC_URI magic.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera/opera-9.50_beta2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index 50f1a9458f21..84069076b142 100644 --- a/www-client/opera/ChangeLog +++ b/www-client/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.217 2008/04/24 13:43:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.218 2008/04/24 13:54:30 jer Exp $ + + 24 Apr 2008; Jeroen Roovers <jer@gentoo.org> opera-9.50_beta2.ebuild: + Fix CVS header. Add back x86-fbsd SRC_URI magic. 24 Apr 2008; Jeroen Roovers <jer@gentoo.org> +opera-9.50_beta2.ebuild, -opera-9.50_beta2_p1766.ebuild, -opera-9.50_beta2_p1772.ebuild, diff --git a/www-client/opera/opera-9.50_beta2.ebuild b/www-client/opera/opera-9.50_beta2.ebuild index 3254d0db7e12..d0e6d4e80b93 100644 --- a/www-client/opera/opera-9.50_beta2.ebuild +++ b/www-client/opera/opera-9.50_beta2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_beta2.ebuild,v 1.7 2008/04/24 13:43:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_beta2.ebuild,v 1.8 2008/04/24 13:54:30 jer Exp $ GCONF_DEBUG="no" @@ -27,9 +27,11 @@ SRC_URI="amd64? ( ${O_URI}linux${O_FTP}x86_64/${PN}-${O_VER}.2-shared-qt.x86_64. ppc? ( ${O_URI}linux${O_FTP}ppc/static/${PN}-${O_VER}.1-static-qt.ppc-${O_LNG}.tar.gz ) qt-static? ( x86? ( ${O_URI}linux${O_FTP}i386/static/${PN}-${O_VER}.9-static-qt.i386-${O_LNG}.tar.gz ) + x86-fbsd? ( ${O_URI}unix/freebsd${O_FTP}static/${PN}-${O_VER}.5-static-qt.i386.freebsd.tar.bz2 ) ) !qt-static? ( x86? ( ${O_URI}linux${O_FTP}i386/shared/${PN}-${O_VER}.6-shared-qt.i386-${O_LNG}.tar.gz ) + x86-fbsd? ( ${O_URI}unix/freebsd${O_FTP}shared/${PN}-${O_VER}.3-shared-qt.i386.freebsd.tar.bz2 ) )" DEPEND=">=sys-apps/sed-4" @@ -49,6 +51,7 @@ RDEPEND=" x11-libs/libSM x11-libs/libICE x86? ( !qt-static? ( =x11-libs/qt-3* ) ) + x86-fbsd? ( !qt-static? ( =x11-libs/qt-3* ) ) amd64? ( =x11-libs/qt-3* ) spell? ( app-text/aspell ) " |