diff options
author | Brent Baude <ranger@gentoo.org> | 2010-08-10 17:36:58 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-08-10 17:36:58 +0000 |
commit | d9f95d79937a526024e570006fcaf0f9eb4b0fd4 (patch) | |
tree | 5a0bbc062060dbd78c9e9e1098ddc6326e07ec14 /net-analyzer/wireshark | |
parent | Apply patch from Peter Alfredsen <loki_val@gentoo.org> to respect LDFLAGS. Bu... (diff) | |
download | gentoo-2-d9f95d79937a526024e570006fcaf0f9eb4b0fd4.tar.gz gentoo-2-d9f95d79937a526024e570006fcaf0f9eb4b0fd4.tar.bz2 gentoo-2-d9f95d79937a526024e570006fcaf0f9eb4b0fd4.zip |
Marking wireshark-1.2.10 ppc64 for bug 330479
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index b4bc064b2b01..6cc8aaa3f116 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.244 2010/08/01 19:50:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.245 2010/08/10 17:36:58 ranger Exp $ + + 10 Aug 2010; Brent Baude <ranger@gentoo.org> wireshark-1.2.10.ebuild: + Marking wireshark-1.2.10 ppc64 for bug 330479 01 Aug 2010; Jeroen Roovers <jer@gentoo.org> wireshark-1.2.10.ebuild: Stable for HPPA (bug #330479). diff --git a/net-analyzer/wireshark/wireshark-1.2.10.ebuild b/net-analyzer/wireshark/wireshark-1.2.10.ebuild index a4063c00e97b..b5364fb2f57d 100644 --- a/net-analyzer/wireshark/wireshark-1.2.10.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild,v 1.6 2010/08/01 19:50:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild,v 1.7 2010/08/10 17:36:58 ranger Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://www.wireshark.org/download/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="adns ares gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux" RDEPEND=">=dev-libs/glib-2.4.0:2 |