Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/
Date: Sat, 05 Dec 2015 11:23:25
Message-Id: 1449314600.eabe16f5c22cb1de99a372e49136642d58196f6c.jlec@gentoo
1 commit: eabe16f5c22cb1de99a372e49136642d58196f6c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 11:23:15 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 5 11:23:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabe16f5
7
8 app-portage/flaggie: Add pypy support back
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 app-portage/flaggie/flaggie-0.2.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1.ebuild
17 index 90490ad..936c68f 100644
18 --- a/app-portage/flaggie/flaggie-0.2.1.ebuild
19 +++ b/app-portage/flaggie/flaggie-0.2.1.ebuild
20 @@ -3,7 +3,8 @@
21 # $Id$
22
23 EAPI=5
24 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
25 +
26 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
27
28 inherit bash-completion-r1 distutils-r1