summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 18:55:07 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 18:55:07 +0000
commitaf64ce83dd360b0deff8dabaff7748148c641aa2 (patch)
treec079b6fec04c65be183e7d0745dd8436447ba393 /media-libs/libsndfile
parentversion bump, close bug #483678 (diff)
downloadgentoo-2-af64ce83dd360b0deff8dabaff7748148c641aa2.tar.gz
gentoo-2-af64ce83dd360b0deff8dabaff7748148c641aa2.tar.bz2
gentoo-2-af64ce83dd360b0deff8dabaff7748148c641aa2.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r--media-libs/libsndfile/ChangeLog5
-rw-r--r--media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsndfile/ChangeLog b/media-libs/libsndfile/ChangeLog
index 1f127f59c71e..65c652e244e4 100644
--- a/media-libs/libsndfile/ChangeLog
+++ b/media-libs/libsndfile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsndfile
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.137 2013/08/07 21:05:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.138 2013/09/05 18:55:07 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libsndfile-1.0.25-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
07 Aug 2013; Alexis Ballier <aballier@gentoo.org>
libsndfile-1.0.25-r1.ebuild, +files/libsndfile-1.0.25-make.patch:
diff --git a/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild b/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild
index c12dc419e012..2785a64f2657 100644
--- a/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild,v 1.3 2013/08/07 21:05:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.25-r1.ebuild,v 1.4 2013/09/05 18:55:07 mgorny Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit autotools-multilib flag-o-matic python-any-r1
MY_P=${P/_pre/pre}