summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-27 13:18:42 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-27 13:18:42 +0000
commit6023aa9c4d308b73afae1ee231825d9272d13d66 (patch)
tree102383aac2b31e2f7a969522f89941b133874aa9 /app-pda
parentSupport python 3.4 (diff)
downloadgentoo-2-6023aa9c4d308b73afae1ee231825d9272d13d66.tar.gz
gentoo-2-6023aa9c4d308b73afae1ee231825d9272d13d66.tar.bz2
gentoo-2-6023aa9c4d308b73afae1ee231825d9272d13d66.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/libimobiledevice/ChangeLog5
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog
index 0caff7ac4958..bdc3cd371dfc 100644
--- a/app-pda/libimobiledevice/ChangeLog
+++ b/app-pda/libimobiledevice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/libimobiledevice
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.57 2014/08/03 12:19:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.58 2014/11/27 13:18:42 pacho Exp $
+
+ 27 Nov 2014; Pacho Ramos <pacho@gentoo.org> libimobiledevice-1.1.6.ebuild:
+ Support python 3.4
03 Aug 2014; Samuli Suominen <ssuominen@gentoo.org>
-files/libimobiledevice-1.1.5-cython.patch, -libimobiledevice-1.1.5.ebuild:
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
index 0099645a7906..317427a485f9 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
@@ -1,9 +1,9 @@
# 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.6.ebuild,v 1.5 2014/08/03 12:08:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.6 2014/11/27 13:18:42 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils multilib python-r1