diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-23 19:53:18 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-23 19:53:18 +0000 |
commit | a38731218254544d2a2a68faee1de8e6ce4e8934 (patch) | |
tree | c63603c80ad6057be82b2cc77494facbfdd6dc5b /net-analyzer | |
parent | Inherit user eclass for enewuser/etc... (diff) | |
download | gentoo-2-a38731218254544d2a2a68faee1de8e6ce4e8934.tar.gz gentoo-2-a38731218254544d2a2a68faee1de8e6ce4e8934.tar.bz2 gentoo-2-a38731218254544d2a2a68faee1de8e6ce4e8934.zip |
marked x86 per bug 417203
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.6.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 91e4145cdbcf..9ef9ca52ec18 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.343 2012/05/23 15:35:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.344 2012/05/23 19:53:18 jdhore Exp $ + + 23 May 2012; Jeff Horelick <jdhore@gentoo.org> wireshark-1.6.8.ebuild: + marked x86 per bug 417203 *wireshark-1.6.8 (23 May 2012) diff --git a/net-analyzer/wireshark/wireshark-1.6.8.ebuild b/net-analyzer/wireshark/wireshark-1.6.8.ebuild index 7db38fbaa2c5..2086c2e66abf 100644 --- a/net-analyzer/wireshark/wireshark-1.6.8.ebuild +++ b/net-analyzer/wireshark/wireshark-1.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.8.ebuild,v 1.1 2012/05/23 15:35:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.8.ebuild,v 1.2 2012/05/23 19:53:18 jdhore 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" |