diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-09-27 17:11:06 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-09-27 17:11:06 +0000 |
commit | b84bdf0484755ac2fe426efd11580d7c26b5185b (patch) | |
tree | b543032859e9c146e56914007758731f1055b646 /net-analyzer/wireshark | |
parent | [sci-chemistry/gromacs] Version bump (diff) | |
download | gentoo-2-b84bdf0484755ac2fe426efd11580d7c26b5185b.tar.gz gentoo-2-b84bdf0484755ac2fe426efd11580d7c26b5185b.tar.bz2 gentoo-2-b84bdf0484755ac2fe426efd11580d7c26b5185b.zip |
ppc/ppc64 stable wrt #381551
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 8742355b1805..460fc987d83e 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.317 2011/09/17 11:33:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.318 2011/09/27 17:11:06 xarthisius Exp $ + + 27 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org> wireshark-1.4.9.ebuild: + ppc/ppc64 stable wrt #381551 17 Sep 2011; Raúl Porcel <armin76@gentoo.org> wireshark-1.4.9.ebuild: alpha/ia64/sparc stable wrt #381551 diff --git a/net-analyzer/wireshark/wireshark-1.4.9.ebuild b/net-analyzer/wireshark/wireshark-1.4.9.ebuild index 146906074da1..0b45d7d00742 100644 --- a/net-analyzer/wireshark/wireshark-1.4.9.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.9.ebuild,v 1.5 2011/09/17 11:33:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.9.ebuild,v 1.6 2011/09/27 17:11:06 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2" 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 doc doc-pdf gtk ipv6 lua gcrypt geoip kerberos profile +pcap portaudio python +caps selinux smi ssl threads zlib" |