diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-16 19:27:39 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-16 19:27:39 +0000 |
commit | 6523d9b4dd2f13bd5c1054f5cddeac917396aca2 (patch) | |
tree | ec3d769117f1974cbcea0401e8185fa2939b83f6 /net-analyzer/wireshark | |
parent | Pruned old revision. (diff) | |
download | gentoo-2-6523d9b4dd2f13bd5c1054f5cddeac917396aca2.tar.gz gentoo-2-6523d9b4dd2f13bd5c1054f5cddeac917396aca2.tar.bz2 gentoo-2-6523d9b4dd2f13bd5c1054f5cddeac917396aca2.zip |
Marked ~amd64 per bug #136729
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 7e48cf451129..4f557e72d97c 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.3 2006/07/16 05:57:39 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.4 2006/07/16 19:27:39 dang Exp $ + + 16 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> + wireshark-0.99.1_pre1.ebuild: + Marked ~amd64 per bug #136729 15 Jul 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> wireshark-0.99.1_pre1.ebuild: diff --git a/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild b/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild index 02265a473f78..22e765ab7386 100644 --- a/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild,v 1.3 2006/07/16 05:57:39 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild,v 1.4 2006/07/16 19:27:39 dang Exp $ inherit libtool flag-o-matic eutils autotools libtool @@ -13,7 +13,7 @@ SRC_URI="http://www.wireshark.org/download/prerelease/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="adns gtk ipv6 snmp ssl kerberos threads" RDEPEND=">=sys-libs/zlib-1.1.4 |