Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/id3-py/
Date: Thu, 14 Jul 2016 14:55:03
Message-Id: 1468508064.d2bfac7394653d26cd9428dd20268b15e2184561.monsieurp@gentoo
1 commit: d2bfac7394653d26cd9428dd20268b15e2184561
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 02:04:06 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 14:54:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bfac73
7
8 dev-python/id3-py: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/id3-py/id3-py-1.2-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 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 c6ff86d..b8d635b 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,9 +1,9 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -PYTHON_COMPAT=( python2_7 )
27 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
28
29 inherit distutils-r1
30
31 @@ -13,5 +13,5 @@ HOMEPAGE="http://id3-py.sourceforge.net/"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 +KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
37 IUSE=""