summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-01 22:26:46 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-01 22:26:46 +0000
commit9ce7ae1bbd88a5df5a2b68ce72fad228dfc2be16 (patch)
tree944f74d5a633396eafbd3d6553dba766adbe16bb /net-analyzer
parentUpdate libgcrypt dep to use slot :0. (diff)
downloadgentoo-2-9ce7ae1bbd88a5df5a2b68ce72fad228dfc2be16.tar.gz
gentoo-2-9ce7ae1bbd88a5df5a2b68ce72fad228dfc2be16.tar.bz2
gentoo-2-9ce7ae1bbd88a5df5a2b68ce72fad228dfc2be16.zip
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/ChangeLog6
-rw-r--r--net-analyzer/wireshark/wireshark-1.10.5.ebuild4
-rw-r--r--net-analyzer/wireshark/wireshark-1.8.12.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index 8cdb258b76a5..f51eca28f173 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.588 2014/02/15 13:54:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.589 2014/03/01 22:26:46 mgorny Exp $
+
+ 01 Mar 2014; Michał Górny <mgorny@gentoo.org> wireshark-1.10.5.ebuild,
+ wireshark-1.8.12.ebuild:
+ Update libgcrypt dep to use slot :0.
*wireshark-1.11.3_pre1650 (15 Feb 2014)
diff --git a/net-analyzer/wireshark/wireshark-1.10.5.ebuild b/net-analyzer/wireshark/wireshark-1.10.5.ebuild
index 141031ca85df..262a3db66b17 100644
--- a/net-analyzer/wireshark/wireshark-1.10.5.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.10.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.5.ebuild,v 1.10 2014/01/12 13:17:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.5.ebuild,v 1.11 2014/03/01 22:26:46 mgorny Exp $
EAPI=5
inherit autotools eutils fcaps user
@@ -31,7 +31,7 @@ RDEPEND="
>=dev-libs/glib-2.14:2
netlink? ( dev-libs/libnl )
adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
- crypt? ( dev-libs/libgcrypt:= )
+ crypt? ( dev-libs/libgcrypt:0= )
caps? ( sys-libs/libcap )
geoip? ( dev-libs/geoip )
gtk2? (
diff --git a/net-analyzer/wireshark/wireshark-1.8.12.ebuild b/net-analyzer/wireshark/wireshark-1.8.12.ebuild
index 808945f703f6..9e4fdc8eafe3 100644
--- a/net-analyzer/wireshark/wireshark-1.8.12.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.8.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.12.ebuild,v 1.9 2014/01/12 13:17:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.12.ebuild,v 1.10 2014/03/01 22:26:46 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -25,7 +25,7 @@ RDEPEND="
>=dev-libs/glib-2.14:2
adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
caps? ( sys-libs/libcap )
- crypt? ( dev-libs/libgcrypt:= )
+ crypt? ( dev-libs/libgcrypt:0= )
geoip? ( dev-libs/geoip )
gtk? (
>=x11-libs/gtk+-2.4.0:2