diff options
Diffstat (limited to 'net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild b/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild index f304d44eaecb..64ac57c48308 100644 --- a/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild +++ b/net-analyzer/wireshark/wireshark-1.10.0_rc2.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.10.0_rc2.ebuild,v 1.1 2013/05/23 15:49:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.0_rc2.ebuild,v 1.2 2013/05/31 13:59:25 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) @@ -77,6 +77,9 @@ pkg_setup() { if use python; then python-single-r1_pkg_setup fi + + # Add group for users allowed to sniff. + enewgroup wireshark } src_prepare() { |