diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 14:32:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 14:32:13 +0000 |
commit | 9ddc442a28075ecbe60911c552bd338472f0200c (patch) | |
tree | ec66f3a75a4e7785b5111cdee43591402ad93125 /net-analyzer | |
parent | Fix building with -Wl,--as-needed wrt #277675 by Kacper Kowalik. (diff) | |
download | gentoo-2-9ddc442a28075ecbe60911c552bd338472f0200c.tar.gz gentoo-2-9ddc442a28075ecbe60911c552bd338472f0200c.tar.bz2 gentoo-2-9ddc442a28075ecbe60911c552bd338472f0200c.zip |
alpha/ia64/sparc stable wrt #297388
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index dc1eb2b38241..d6b2b4ed45f6 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.206 2009/12/20 16:14:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.207 2009/12/21 14:32:13 armin76 Exp $ + + 21 Dec 2009; Raúl Porcel <armin76@gentoo.org> wireshark-1.2.5.ebuild: + alpha/ia64/sparc stable wrt #297388 20 Dec 2009; Brent Baude <ranger@gentoo.org> wireshark-1.2.5.ebuild: Marking wireshark-1.2.5 ppc64 for bug 297388 diff --git a/net-analyzer/wireshark/wireshark-1.2.5.ebuild b/net-analyzer/wireshark/wireshark-1.2.5.ebuild index ade73b52c1d0..73712b26a0fb 100644 --- a/net-analyzer/wireshark/wireshark-1.2.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.5.ebuild,v 1.5 2009/12/20 16:14:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.5.ebuild,v 1.6 2009/12/21 14:32:13 armin76 Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://www.wireshark.org/download/src/${P}.tar.gz" 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 gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux" RDEPEND=">=dev-libs/glib-2.4.0:2 |