diff options
author | 2004-08-17 13:36:13 +0000 | |
---|---|---|
committer | 2004-08-17 13:36:13 +0000 | |
commit | c7cca123431d1c810b2e77665fab834d2f614cb7 (patch) | |
tree | c1fa31e08d56f13513422200aa30df5257f4f7e8 /net-www/opera | |
parent | Fix USE test in DEPEND. Should be !gtk2? instead of plain !gtk2 (diff) | |
download | historical-c7cca123431d1c810b2e77665fab834d2f614cb7.tar.gz historical-c7cca123431d1c810b2e77665fab834d2f614cb7.tar.bz2 historical-c7cca123431d1c810b2e77665fab834d2f614cb7.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/Manifest | 4 | ||||
-rw-r--r-- | net-www/opera/opera-7.54.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/net-www/opera/Manifest index 88d715a6b5a6..4a9cc000270a 100644 --- a/net-www/opera/Manifest +++ b/net-www/opera/Manifest @@ -1,8 +1,8 @@ MD5 6bc54e68ebc4efff54d13094f092b6d5 opera-6.12.ebuild 3304 -MD5 14f3f2adfb266ddc8570f2263adc2dde opera-7.54.ebuild 4728 +MD5 c61bf5e3f147ebf6cbf1145849426ed4 opera-7.54.ebuild 4729 MD5 85383966c3542de9c8fb14f62be9b1b1 opera-7.23-r1.ebuild 3842 MD5 e98a0549d46aadd78a43ba042539b497 opera-7.11-r2.ebuild 3670 -MD5 f1e4570facb9064eeb815cf4a3b4451c ChangeLog 12790 +MD5 cd249990f379eb0cb4ef6e083c75c4e6 ChangeLog 12932 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 MD5 cbaaedfc5f57eea800b4a64928d77683 files/digest-opera-6.12 89 MD5 d5cf5836cd16a60b5103d4f43e83878d files/digest-opera-7.54 464 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 ) ) |