summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-02-19 13:08:39 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-02-19 13:08:39 +0000
commitcd82f4bda1c3cedf496ac5692079544a7c47571e (patch)
tree2d369695e28ca417c06a23e6c741f9d6da1347e2 /net-analyzer
parentRESTRICT="nomirror" (Manifest recommit) (diff)
downloadgentoo-2-cd82f4bda1c3cedf496ac5692079544a7c47571e.tar.gz
gentoo-2-cd82f4bda1c3cedf496ac5692079544a7c47571e.tar.bz2
gentoo-2-cd82f4bda1c3cedf496ac5692079544a7c47571e.zip
this release doesnt like O3 and O2. See 40660
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ethereal/ChangeLog5
-rw-r--r--net-analyzer/ethereal/ethereal-0.10.0a.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog
index 942b359df349..d10949db95a2 100644
--- a/net-analyzer/ethereal/ChangeLog
+++ b/net-analyzer/ethereal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ethereal
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.48 2004/02/17 19:48:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.49 2004/02/19 13:08:38 mholzer Exp $
+
+ 19 Feb 2004; Martin Holzer <mholzer@gentoo.org> ethereal-0.10.0a.ebuild:
+ this release doesnt like O3 and O2. See 40660
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> ethereal-0.10.0a.ebuild:
Fix up some stupid mistakes in this ebuild, clean up the USE handling, and fix
diff --git a/net-analyzer/ethereal/ethereal-0.10.0a.ebuild b/net-analyzer/ethereal/ethereal-0.10.0a.ebuild
index 59e46459b227..e5ac23438193 100644
--- a/net-analyzer/ethereal/ethereal-0.10.0a.ebuild
+++ b/net-analyzer/ethereal/ethereal-0.10.0a.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-analyzer/ethereal/ethereal-0.10.0a.ebuild,v 1.3 2004/02/19 13:03:27 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.0a.ebuild,v 1.4 2004/02/19 13:08:39 mholzer Exp $
IUSE="adns gtk ipv6 snmp ssl gtk2"
@@ -14,6 +14,9 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64 ~ia64"
+replace-flags '-O3' '-O'
+replace-flags '-O2' '-O'
+
RDEPEND=">=sys-libs/zlib-1.1.4
snmp? ( virtual/snmp )
>=dev-util/pkgconfig-0.15.0