diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-09-06 16:31:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-09-06 16:31:42 +0000 |
commit | fe49e26f304252486d0c46d0ca2c6fac51658284 (patch) | |
tree | 38936903edf6e0e942f2a164d9fed08a7367bf87 /www-client | |
parent | Cleanup (diff) | |
download | gentoo-2-fe49e26f304252486d0c46d0ca2c6fac51658284.tar.gz gentoo-2-fe49e26f304252486d0c46d0ca2c6fac51658284.tar.bz2 gentoo-2-fe49e26f304252486d0c46d0ca2c6fac51658284.zip |
Remove unneeded amd64? qt-static? for this build.
(Portage version: 2.1.2.12)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/opera/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera/opera-9.50_alpha1567.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index 9d9b77c29c61..5243cd2df344 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.131 2007/09/06 16:15:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.132 2007/09/06 16:31:42 jer Exp $ + + 06 Sep 2007; Jeroen Roovers <jer@gentoo.org> opera-9.50_alpha1567.ebuild: + Remove unneeded amd64? qt-static? for this build. 06 Sep 2007; Jeroen Roovers <jer@gentoo.org> opera-9.50_alpha1567.ebuild: Changes from bug #191328, comments #5 and #6 applied. diff --git a/www-client/opera/opera-9.50_alpha1567.ebuild b/www-client/opera/opera-9.50_alpha1567.ebuild index 12c1544258f6..4eab5fa61103 100644 --- a/www-client/opera/opera-9.50_alpha1567.ebuild +++ b/www-client/opera/opera-9.50_alpha1567.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_alpha1567.ebuild,v 1.2 2007/09/06 16:15:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.50_alpha1567.ebuild,v 1.3 2007/09/06 16:31:42 jer Exp $ GCONF_DEBUG="no" @@ -27,7 +27,7 @@ SRC_URI=" x86? ( qt-static? ( ${O_URI}intel-linux/${PN}-${O_VER}.9-static-qt.i386${O_LNG}-${O_SUFF}.tar.bz2 ) ) x86? ( !qt-static? ( ${O_URI}intel-linux/${PN}-${O_VER}.6-shared-qt.i386${O_LNG}-${O_SUFF}.tar.bz2 ) ) - amd64? ( !qt-static? ( ${O_URI}x86_64-linux/${PN}-${O_VER}.2-shared-qt.x86_64${O_LNG}-${O_SUFF}.tar.bz2 ) ) + amd64? ( ${O_URI}x86_64-linux/${PN}-${O_VER}.2-shared-qt.x86_64${O_LNG}-${O_SUFF}.tar.bz2 ) ppc? ( ${O_URI}ppc-linux/${PN}-${O_VER}.1-static-qt.ppc${O_LNG}-${O_SUFF}.tar.bz2 ) x86-fbsd? ( !qt-static? ( ${O_URI}intel-freebsd/${PN}-${O_VER}.4-shared-qt.i386.freebsd${O_LNG}-${O_SUFF}.tar.bz2 ) ) x86-fbsd? ( qt-static? ( ${O_URI}/intel-freebsd/${PN}-${O_VER}.1-static-qt.i386.freebsd${O_LNG}-${O_SUFF}.tar.bz2 ) )" |