diff options
author | 2015-04-08 07:30:37 +0000 | |
---|---|---|
committer | 2015-04-08 07:30:37 +0000 | |
commit | 435e20e5665857de80b7638436e0dc3602af686f (patch) | |
tree | 4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-pda/libimobiledevice | |
parent | version bump (diff) | |
download | gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2 gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip |
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r-- | app-pda/libimobiledevice/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/libimobiledevice/ChangeLog b/app-pda/libimobiledevice/ChangeLog index bdc3cd371dfc..58fe20b3c80b 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.58 2014/11/27 13:18:42 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.59 2015/04/08 07:30:37 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libimobiledevice-1.1.6.ebuild: + Remove old Python implementations 27 Nov 2014; Pacho Ramos <pacho@gentoo.org> libimobiledevice-1.1.6.ebuild: Support python 3.4 diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild index 317427a485f9..c5b38e974abc 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 +# Copyright 1999-2015 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.6 2014/11/27 13:18:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.7 2015/04/08 07:30:37 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) AUTOTOOLS_PRUNE_LIBTOOL_FILES=all inherit autotools-utils multilib python-r1 |