summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-01 22:22:40 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-01 22:22:40 +0000
commite87c7428fe341d22f0b52e05e0939b9de17e3b97 (patch)
treea17b5937665ad33e5efbaf0bd0be1b236e9cdce4 /net-libs
parentUpdate libgcrypt dep to use slot :0. (diff)
downloadgentoo-2-e87c7428fe341d22f0b52e05e0939b9de17e3b97.tar.gz
gentoo-2-e87c7428fe341d22f0b52e05e0939b9de17e3b97.tar.bz2
gentoo-2-e87c7428fe341d22f0b52e05e0939b9de17e3b97.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-libs')
-rw-r--r--net-libs/libgsasl/ChangeLog7
-rw-r--r--net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog
index 62714e7e4158..6db8ceb58115 100644
--- a/net-libs/libgsasl/ChangeLog
+++ b/net-libs/libgsasl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libgsasl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.88 2012/12/21 12:57:02 eras Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.89 2014/03/01 22:22:40 mgorny Exp $
+
+ 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libgsasl-1.8.0-r1.ebuild:
+ Update libgcrypt dep to use slot :0.
21 Dec 2012; Eray Aslan <eras@gentoo.org> -libgsasl-1.6.1.ebuild,
-libgsasl-1.8.0.ebuild:
diff --git a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
index e15ab47f74cb..3e1af59a1eeb 100644
--- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
+++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild,v 1.8 2012/12/16 19:58:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild,v 1.9 2014/03/01 22:22:40 mgorny Exp $
EAPI="4"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="idn gcrypt kerberos nls ntlm static-libs"
DEPEND="
- gcrypt? ( dev-libs/libgcrypt )
+ gcrypt? ( dev-libs/libgcrypt:0 )
idn? ( net-dns/libidn )
kerberos? ( virtual/krb5 )
nls? ( >=sys-devel/gettext-0.18.1 )