diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-07-25 14:00:18 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-07-25 14:00:18 +0000 |
commit | 5c5230219d6e30cc7be0b17a63ac6a63212c9d39 (patch) | |
tree | fe20265a4c676b249b235d4fe5ae87d15a913ceb /net-analyzer | |
parent | Digests. (diff) | |
download | gentoo-2-5c5230219d6e30cc7be0b17a63ac6a63212c9d39.tar.gz gentoo-2-5c5230219d6e30cc7be0b17a63ac6a63212c9d39.tar.bz2 gentoo-2-5c5230219d6e30cc7be0b17a63ac6a63212c9d39.zip |
added RDEPEND on selinux-wireshark for USE=selinux. Thanks to Petre bug #141156
(Portage version: 2.1.1_pre3-r4)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.2.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 24e9d167cca5..3e8472c47fe3 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.13 2006/07/20 18:31:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.14 2006/07/25 14:00:18 dragonheart Exp $ + + 25 Jul 2006; Daniel Black <dragonheart@gentoo.org> + wireshark-0.99.2.ebuild: + added RDEPEND on selinux-wireshark for USE=selinux. Thanks to Petre bug #141156 20 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> wireshark-0.99.2.ebuild: diff --git a/net-analyzer/wireshark/wireshark-0.99.2.ebuild b/net-analyzer/wireshark/wireshark-0.99.2.ebuild index 7a4ec6482e5a..32ffa132458e 100644 --- a/net-analyzer/wireshark/wireshark-0.99.2.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.2.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.2.ebuild,v 1.8 2006/07/20 18:31:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.2.ebuild,v 1.9 2006/07/25 14:00:18 dragonheart Exp $ inherit libtool flag-o-matic eutils autotools libtool @@ -14,7 +14,7 @@ SRC_URI="http://www.wireshark.org/download/src/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="adns gtk ipv6 snmp ssl kerberos threads" +IUSE="adns gtk ipv6 snmp ssl kerberos threads selinux" RDEPEND=">=sys-libs/zlib-1.1.4 !net-analyzer/ethereal @@ -29,7 +29,8 @@ RDEPEND=">=sys-libs/zlib-1.1.4 net-libs/libpcap >=dev-libs/libpcre-4.2 adns? ( net-libs/adns ) - kerberos? ( virtual/krb5 )" + kerberos? ( virtual/krb5 ) + selinux? ( sec-policy/selinux-wireshark )" # lua fails with version 5.0 and 5.1 is not in portage yet - 2006-04-25 # lua? ( >=dev-lang/lua-5.1 )" |