diff options
Diffstat (limited to 'net-www/opera/opera-7.23-r1.ebuild')
-rw-r--r-- | net-www/opera/opera-7.23-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-www/opera/opera-7.23-r1.ebuild b/net-www/opera/opera-7.23-r1.ebuild index 4037380d41c6..15c8e0f12f66 100644 --- a/net-www/opera/opera-7.23-r1.ebuild +++ b/net-www/opera/opera-7.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.6 2004/04/13 18:30:48 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.7 2004/04/14 03:44:32 mr_bones_ Exp $ IUSE="static operanom2" @@ -33,7 +33,9 @@ RDEPEND="virtual/x11 >=media-libs/fontconfig-2.1.94-r1 media-libs/libexif x11-libs/openmotif - !static? ( amd64? ( =app-emulation/emul-linux-x86-qtlibs-1* ) : ( =x11-libs/qt-3* ) )" + !static? ( + amd64? ( =app-emulation/emul-linux-x86-qtlibs-1* ) + !amd64? ( =x11-libs/qt-3* ) )" src_unpack() { unpack ${A} |