diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-17 13:36:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-17 13:36:13 +0000 |
commit | 6c5bd36c2d887399f776d32eb66285acff03bb56 (patch) | |
tree | 3f929af697a8aded9449c61ab918a5474bccd052 /net-www/opera | |
parent | Fix USE test in DEPEND. Should be !gtk2? instead of plain !gtk2 (Manifest rec... (diff) | |
download | gentoo-2-6c5bd36c2d887399f776d32eb66285acff03bb56.tar.gz gentoo-2-6c5bd36c2d887399f776d32eb66285acff03bb56.tar.bz2 gentoo-2-6c5bd36c2d887399f776d32eb66285acff03bb56.zip |
Fix USE test in RDEPEND. Should be !amd64? instead of plain !amd64
Diffstat (limited to 'net-www/opera')
-rw-r--r-- | net-www/opera/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/opera/opera-7.54.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/opera/ChangeLog b/net-www/opera/ChangeLog index 379148160253..2e3c8f91fa38 100644 --- a/net-www/opera/ChangeLog +++ b/net-www/opera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/opera # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.79 2004/08/05 21:11:53 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/ChangeLog,v 1.80 2004/08/17 13:36:13 agriffis Exp $ + + 17 Aug 2004; Aron Griffis <agriffis@gentoo.org> opera-7.54.ebuild: + Fix USE test in RDEPEND. Should be !amd64? instead of plain !amd64 05 Aug 2004; Heinrich Wendel <lanius@gentoo.org> opera-7.53.ebuild: remove vulnerable version diff --git a/net-www/opera/opera-7.54.ebuild b/net-www/opera/opera-7.54.ebuild index 719394d5b7bc..4ab9c06bbeca 100644 --- a/net-www/opera/opera-7.54.ebuild +++ b/net-www/opera/opera-7.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.54.ebuild,v 1.3 2004/08/05 17:38:34 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.54.ebuild,v 1.4 2004/08/17 13:36:13 agriffis Exp $ IUSE="static spell" @@ -40,7 +40,7 @@ RDEPEND="virtual/x11 x11-libs/openmotif spell? ( app-text/aspell ) amd64? ( app-emulation/emul-linux-x86-xlibs ) - !amd64 ( !sparc? ( !static? ( =x11-libs/qt-3* ) ) )" + !amd64? ( !sparc? ( !static? ( =x11-libs/qt-3* ) ) )" # static? ( # amd64? ( app-emulation/emul-linux-x86-xlibs ) ) |