diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-07-17 13:37:45 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-07-17 13:37:45 +0000 |
commit | a72f1930d1f008744861ec0b8ee1c3c0a3e92d1a (patch) | |
tree | 44934633503196bc5c0a3efdb56c1438b683e6e3 /net-analyzer | |
parent | manifest fix (diff) | |
download | gentoo-2-a72f1930d1f008744861ec0b8ee1c3c0a3e92d1a.tar.gz gentoo-2-a72f1930d1f008744861ec0b8ee1c3c0a3e92d1a.tar.bz2 gentoo-2-a72f1930d1f008744861ec0b8ee1c3c0a3e92d1a.zip |
added keywords (~alpha ~ia64 ~ppc64) as this is off the same codebase as ethereal - bug #136729
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 4f557e72d97c..4821d8303b76 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,11 @@ # 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.4 2006/07/16 19:27:39 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.5 2006/07/17 13:37:45 dragonheart Exp $ + + 17 Jul 2006; Daniel Black <dragonheart@gentoo.org> + wireshark-0.99.1_pre1.ebuild: + added keywords (~alpha ~ia64 ~ppc64) as this is off the same codebase as + ethereal - bug #136729 16 Jul 2006; Daniel Gryniewicz <dang@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 22e765ab7386..22059cf98331 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.4 2006/07/16 19:27:39 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild,v 1.5 2006/07/17 13:37:45 dragonheart 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="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="adns gtk ipv6 snmp ssl kerberos threads" RDEPEND=">=sys-libs/zlib-1.1.4 |