diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-15 08:31:15 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-15 08:31:15 +0000 |
commit | de510485e33cde0d7a6ab2f4d12124370d78011c (patch) | |
tree | ef51240590cae47cdf7ebb8a588448f990e5c3c3 /dev-python/pyvorbis | |
parent | Stable on alpha, bug 536676 (diff) | |
download | gentoo-2-de510485e33cde0d7a6ab2f4d12124370d78011c.tar.gz gentoo-2-de510485e33cde0d7a6ab2f4d12124370d78011c.tar.bz2 gentoo-2-de510485e33cde0d7a6ab2f4d12124370d78011c.zip |
clean old impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pyvorbis')
-rw-r--r-- | dev-python/pyvorbis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyvorbis/ChangeLog b/dev-python/pyvorbis/ChangeLog index 22cd87e2b906..a7ef2c4efd66 100644 --- a/dev-python/pyvorbis/ChangeLog +++ b/dev-python/pyvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyvorbis -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.48 2013/09/05 18:46:24 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.49 2015/01/15 08:31:15 idella4 Exp $ + + 15 Jan 2015; Ian Delaney <idella4@gentoo.org> pyvorbis-1.4-r4.ebuild: + clean old impl 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyvorbis-1.4-r4.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild b/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild index 8f0ae3802ad2..95b8f44981c4 100644 --- a/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild +++ b/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild,v 1.2 2013/09/05 18:46:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r4.ebuild,v 1.3 2015/01/15 08:31:15 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 toolchain-funcs |