diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-11-16 14:48:49 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-11-16 14:48:49 +0000 |
commit | 77ef93ffefa952406953bbe831847637d7b238c5 (patch) | |
tree | d8a5db3d09ebfedd3618d5f03f13fa10d60bddf2 /net-analyzer/wireshark | |
parent | Manual Manifest commit. (diff) | |
download | gentoo-2-77ef93ffefa952406953bbe831847637d7b238c5.tar.gz gentoo-2-77ef93ffefa952406953bbe831847637d7b238c5.tar.bz2 gentoo-2-77ef93ffefa952406953bbe831847637d7b238c5.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 656e34a9cbc6..0ae0519171f9 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.42 2006/11/12 12:08:16 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.43 2006/11/16 14:48:49 uberlord Exp $ + + 16 Nov 2006; Roy Marples <uberlord@gentoo.org> wireshark-0.99.4.ebuild, + wireshark-0.99.4-r1.ebuild: + Added ~x86-fbsd keyword. *wireshark-0.99.4-r1 (12 Nov 2006) diff --git a/net-analyzer/wireshark/wireshark-0.99.4-r1.ebuild b/net-analyzer/wireshark/wireshark-0.99.4-r1.ebuild index 84f41b461a47..dc670d12a7b3 100644 --- a/net-analyzer/wireshark/wireshark-0.99.4-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.4-r1.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.4-r1.ebuild,v 1.1 2006/11/12 12:08:16 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.4-r1.ebuild,v 1.2 2006/11/16 14:48:49 uberlord Exp $ inherit libtool flag-o-matic eutils autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wireshark/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="adns gtk ipv6 portaudio snmp ssl kerberos threads selinux" RDEPEND=">=sys-libs/zlib-1.1.4 diff --git a/net-analyzer/wireshark/wireshark-0.99.4.ebuild b/net-analyzer/wireshark/wireshark-0.99.4.ebuild index 3f3211b7bd07..9dcdbe490ba9 100644 --- a/net-analyzer/wireshark/wireshark-0.99.4.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.4.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.4.ebuild,v 1.9 2006/11/05 04:12:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.4.ebuild,v 1.10 2006/11/16 14:48:49 uberlord Exp $ inherit libtool flag-o-matic eutils autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wireshark/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="adns gtk ipv6 portaudio snmp ssl kerberos threads selinux" RDEPEND=">=sys-libs/zlib-1.1.4 |