commit: eabe16f5c22cb1de99a372e49136642d58196f6c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 5 11:23:15 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec 5 11:23:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabe16f5
app-portage/flaggie: Add pypy support back
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
app-portage/flaggie/flaggie-0.2.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild
b/app-portage/flaggie/flaggie-0.2.1.ebuild
index 90490ad..936c68f 100644
--- a/app-portage/flaggie/flaggie-0.2.1.ebuild
+++ b/app-portage/flaggie/flaggie-0.2.1.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit bash-completion-r1 distutils-r1