summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-30 15:14:12 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-30 15:14:12 +0000
commit89580f682d324f0c51034c187a839c48e69cffdf (patch)
treeadeee520dc69612383b02bbc381fdb5a85c8bd00 /net-analyzer
parentStable for HPPA (bug #453296). (diff)
downloadgentoo-2-89580f682d324f0c51034c187a839c48e69cffdf.tar.gz
gentoo-2-89580f682d324f0c51034c187a839c48e69cffdf.tar.bz2
gentoo-2-89580f682d324f0c51034c187a839c48e69cffdf.zip
USE=gcrypt -> USE=crypt.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/ChangeLog5
-rw-r--r--net-analyzer/wireshark/wireshark-1.6.13.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index 0bac3663e8a3..bdfb14436ebf 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.432 2013/01/30 14:51:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.433 2013/01/30 15:14:12 jer Exp $
+
+ 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.13.ebuild:
+ USE=gcrypt -> USE=crypt.
30 Jan 2013; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.13.ebuild:
Stable for HPPA (bug #454606).
diff --git a/net-analyzer/wireshark/wireshark-1.6.13.ebuild b/net-analyzer/wireshark/wireshark-1.6.13.ebuild
index 96bb1111c561..8dc59afb01f1 100644
--- a/net-analyzer/wireshark/wireshark-1.6.13.ebuild
+++ b/net-analyzer/wireshark/wireshark-1.6.13.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.13.ebuild,v 1.5 2013/01/30 14:51:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.6 2013/01/30 15:14:12 jer Exp $
EAPI=5
PYTHON_DEPEND="python? 2"
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="
- adns doc doc-pdf gtk ipv6 libadns lua gcrypt geoip kerberos profile
+ adns doc doc-pdf gtk ipv6 libadns lua crypt geoip kerberos profile
+pcap portaudio python +caps selinux smi ssl threads zlib
"
RDEPEND=">=dev-libs/glib-2.14:2
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.14:2
dev-libs/atk
x11-misc/xdg-utils )
ssl? ( <net-libs/gnutls-3 )
- gcrypt? ( dev-libs/libgcrypt )
+ crypt? ( dev-libs/libgcrypt )
pcap? ( net-libs/libpcap )
caps? ( sys-libs/libcap )
kerberos? ( virtual/krb5 )
@@ -165,7 +165,7 @@ src_configure() {
$(use_enable profile profile-build) \
$(use_enable threads) \
$(use_with caps libcap) \
- $(use_with gcrypt) \
+ $(use_with crypt) \
$(use_with geoip) \
$(use_with kerberos krb5) \
$(use_with lua) \