Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/appdirs/
Date: Mon, 02 Nov 2015 11:50:52
Message-Id: 1446464832.94eeb72376941b2f84a8cdac65fb613ea6e855a8.jlec@gentoo
1 commit: 94eeb72376941b2f84a8cdac65fb613ea6e855a8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 18:23:08 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 11:47:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94eeb723
7
8 dev-python/appdirs: Add pypy3 support and additional arches
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/appdirs/appdirs-1.4.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/appdirs/appdirs-1.4.0.ebuild b/dev-python/appdirs/appdirs-1.4.0.ebuild
17 index 3460ca2..c5eb6db 100644
18 --- a/dev-python/appdirs/appdirs-1.4.0.ebuild
19 +++ b/dev-python/appdirs/appdirs-1.4.0.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
25 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
26
27 inherit distutils-r1
28
29 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0"
33 -KEYWORDS="amd64 x86"
34 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
35 IUSE=""
36
37 RDEPEND=""