Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/id3-py/
Date: Thu, 28 Jun 2018 19:18:34
Message-Id: 1530213475.7d3fee9871ce7bd36f1ed63202637a13c77e3434.pacho@gentoo
1 commit: 7d3fee9871ce7bd36f1ed63202637a13c77e3434
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 19:08:16 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 19:17:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3fee98
7
8 dev-python/id3-py: Doesn't work with python3 (#658954)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-python/id3-py/id3-py-1.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/id3-py/id3-py-1.2-r1.ebuild b/dev-python/id3-py/id3-py-1.2-r1.ebuild
16 index b6ba3171d39..1266113af47 100644
17 --- a/dev-python/id3-py/id3-py-1.2-r1.ebuild
18 +++ b/dev-python/id3-py/id3-py-1.2-r1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
26 +PYTHON_COMPAT=( python2_7 )
27
28 inherit distutils-r1