diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-22 18:28:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-22 18:28:26 +0000 |
commit | 954dc5fd82a86bad21975637691bfb76cb1694f3 (patch) | |
tree | c06f0b061b3e066463e17546af991efba6c273dd /net-analyzer | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-954dc5fd82a86bad21975637691bfb76cb1694f3.tar.gz gentoo-2-954dc5fd82a86bad21975637691bfb76cb1694f3.tar.bz2 gentoo-2-954dc5fd82a86bad21975637691bfb76cb1694f3.zip |
Add dev-libs/libnl dependency.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.9.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 66569c060329..2db629ee473e 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.452 2013/02/22 18:18:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.453 2013/02/22 18:28:26 jer Exp $ + + 22 Feb 2013; Jeroen Roovers <jer@gentoo.org> wireshark-1.9.0.ebuild: + Add dev-libs/libnl dependency. 22 Feb 2013; Jeroen Roovers <jer@gentoo.org> wireshark-1.8.5-r1.ebuild, wireshark-1.9.0.ebuild: diff --git a/net-analyzer/wireshark/wireshark-1.9.0.ebuild b/net-analyzer/wireshark/wireshark-1.9.0.ebuild index 25d23fd3b8e1..5d425e41d514 100644 --- a/net-analyzer/wireshark/wireshark-1.9.0.ebuild +++ b/net-analyzer/wireshark/wireshark-1.9.0.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.9.0.ebuild,v 1.5 2013/02/22 18:18:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v 1.6 2013/02/22 18:28:26 jer Exp $ EAPI=5 PYTHON_DEPEND="python? 2" @@ -20,6 +20,7 @@ IUSE=" " RDEPEND=" >=dev-libs/glib-2.14:2 + dev-libs/libnl adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) ) crypt? ( dev-libs/libgcrypt ) geoip? ( dev-libs/geoip ) |