From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8A39C1384B4 for ; Sat, 5 Dec 2015 11:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01582E084C; Sat, 5 Dec 2015 11:23:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 741F2E0826 for ; Sat, 5 Dec 2015 11:23:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 820B9340AA7 for ; Sat, 5 Dec 2015 11:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C012C6A for ; Sat, 5 Dec 2015 11:23:22 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449314600.eabe16f5c22cb1de99a372e49136642d58196f6c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/flaggie/flaggie-0.2.1.ebuild X-VCS-Directories: app-portage/flaggie/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: eabe16f5c22cb1de99a372e49136642d58196f6c X-VCS-Branch: master Date: Sat, 5 Dec 2015 11:23:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 14b7e62c-a794-48fb-9ef7-2d8ded9107ed X-Archives-Hash: 3d97d62275c076f961f2e8307771ca91 commit: eabe16f5c22cb1de99a372e49136642d58196f6c Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 5 11:23:15 2015 +0000 Commit: Justin Lecher gentoo 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 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