summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-31 18:57:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-31 18:57:22 +0000
commitc3866e49daf0ae8764d79c954308bce06f6032d7 (patch)
tree45d991c6a4e45b1fb4fb91f890257cbe2eb08d61 /net-analyzer/ethereal
parentadded ~amd64 to keywords (Manifest recommit) (diff)
downloadgentoo-2-c3866e49daf0ae8764d79c954308bce06f6032d7.tar.gz
gentoo-2-c3866e49daf0ae8764d79c954308bce06f6032d7.tar.bz2
gentoo-2-c3866e49daf0ae8764d79c954308bce06f6032d7.zip
inherit flag-o-matic for replace-flags; move replace-flags into function
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r--net-analyzer/ethereal/ChangeLog5
-rw-r--r--net-analyzer/ethereal/ethereal-0.10.2.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog
index 2a9dff93ac3c..0103f8ec6821 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.58 2004/03/29 17:57:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.59 2004/03/31 18:57:22 mr_bones_ Exp $
+
+ 31 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ethereal-0.10.2.ebuild:
+ inherit flag-o-matic for replace-flags; move replace-flags into function
29 Mar 2004; Aron Griffis <agriffis@gentoo.org> ethereal-0.9.16-r1.ebuild:
Stable on alpha and ia64
diff --git a/net-analyzer/ethereal/ethereal-0.10.2.ebuild b/net-analyzer/ethereal/ethereal-0.10.2.ebuild
index 400364064e88..9f822fc5ed42 100644
--- a/net-analyzer/ethereal/ethereal-0.10.2.ebuild
+++ b/net-analyzer/ethereal/ethereal-0.10.2.ebuild
@@ -1,10 +1,10 @@
# 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.2.ebuild,v 1.2 2004/03/20 06:54:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.2.ebuild,v 1.3 2004/03/31 18:57:22 mr_bones_ Exp $
IUSE="adns gtk ipv6 snmp ssl gtk2"
-inherit libtool
+inherit flag-o-matic libtool
DESCRIPTION="A commercial-quality network protocol analyzer"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
@@ -14,9 +14,6 @@ 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
@@ -41,6 +38,9 @@ src_unpack() {
# running a full elibtoolize seems to break things in this
# package... see bug 41831 (17 Feb 2004 agriffis)
elibtoolize --patch-only
+
+ replace-flags '-O3' '-O'
+ replace-flags '-O2' '-O'
}
src_compile() {