diff options
Diffstat (limited to 'net-analyzer/wireshark/wireshark-1.6.14.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.6.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-1.6.14.ebuild b/net-analyzer/wireshark/wireshark-1.6.14.ebuild index cf74ea0893c0..aa2063deb995 100644 --- a/net-analyzer/wireshark/wireshark-1.6.14.ebuild +++ b/net-analyzer/wireshark/wireshark-1.6.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.14.ebuild,v 1.13 2013/04/24 14:50:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.14.ebuild,v 1.14 2013/05/01 11:47:21 jer Exp $ EAPI=5 PYTHON_DEPEND="python? 2" @@ -32,7 +32,7 @@ RDEPEND=" ) kerberos? ( virtual/krb5 ) libadns? ( net-libs/adns ) - lua? ( >=dev-lang/lua-5.1 ) + lua? ( <dev-lang/lua-5.2 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) selinux? ( sec-policy/selinux-wireshark ) |