summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-01 22:19:35 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-01 22:19:35 +0000
commitc912ce63dff702171ae42a8638a80d946b756c14 (patch)
tree31fb39102488f6930ea4db1a2bf3e0a523d5140d /app-pda
parentUpdate libgcrypt dep to use slot :0. (diff)
downloadgentoo-2-c912ce63dff702171ae42a8638a80d946b756c14.tar.gz
gentoo-2-c912ce63dff702171ae42a8638a80d946b756c14.tar.bz2
gentoo-2-c912ce63dff702171ae42a8638a80d946b756c14.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 'app-pda')
-rw-r--r--app-pda/libimobiledevice/ChangeLog8
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild6
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog
index ae99c37db3f9..fb5d53b5249f 100644
--- a/app-pda/libimobiledevice/ChangeLog
+++ b/app-pda/libimobiledevice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/libimobiledevice
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.49 2013/11/24 18:48:43 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.50 2014/03/01 22:19:35 mgorny Exp $
+
+ 01 Mar 2014; Michał Górny <mgorny@gentoo.org>
+ libimobiledevice-1.1.4-r4.ebuild, libimobiledevice-1.1.5.ebuild:
+ Update libgcrypt dep to use slot :0.
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> libimobiledevice-1.1.5.ebuild:
Stable for x86, wrt bug #491444
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild
index 26f5af0bcb8e..fa69b5d785c4 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.4 2013/02/24 12:15:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.4-r4.ebuild,v 1.5 2014/03/01 22:19:35 mgorny Exp $
EAPI=5
inherit autotools eutils
@@ -17,7 +17,7 @@ IUSE="gnutls"
RDEPEND=">=app-pda/libplist-1.8-r1
>=app-pda/usbmuxd-1.0.8
gnutls? (
- dev-libs/libgcrypt
+ dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
>=net-libs/gnutls-2.2.0
)
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild
index 098c51a6129c..494b355ecd17 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild,v 1.5 2013/11/24 18:48:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild,v 1.6 2014/03/01 22:19:35 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -18,7 +18,7 @@ IUSE="gnutls python"
RDEPEND=">=app-pda/libplist-1.10[python?,${PYTHON_USEDEP}]
>=app-pda/usbmuxd-1.0.8
gnutls? (
- dev-libs/libgcrypt
+ dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
>=net-libs/gnutls-2.2.0
)