summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2012-11-21 13:17:39 +0000
committerIan Delaney <idella4@gentoo.org>2012-11-21 13:17:39 +0000
commitfb825068422323410df2bb6fbc96ecb2156a25d5 (patch)
treea915e6cb332243f2df51e8e4da86ec2379798ad3 /app-portage
parentRemove old. (diff)
downloadgentoo-2-fb825068422323410df2bb6fbc96ecb2156a25d5.tar.gz
gentoo-2-fb825068422323410df2bb6fbc96ecb2156a25d5.tar.bz2
gentoo-2-fb825068422323410df2bb6fbc96ecb2156a25d5.zip
pypy comaptibility added
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/flaggie/ChangeLog5
-rw-r--r--app-portage/flaggie/flaggie-0.2-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/flaggie/ChangeLog b/app-portage/flaggie/ChangeLog
index afaa8a06dac5..40c0c23fa948 100644
--- a/app-portage/flaggie/ChangeLog
+++ b/app-portage/flaggie/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/flaggie
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.36 2012/10/21 08:12:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.37 2012/11/21 13:17:39 idella4 Exp $
+
+ 22 Nov 2012; Ian Delaney <idella4@gentoo.org> flaggie-0.2-r2.ebuild:
+ pypy comaptibility added
21 Oct 2012; Michał Górny <mgorny@gentoo.org> flaggie-0.2-r2.ebuild:
Re-add ~x86-fbsd & ~amd64-fbsd after keywording python-exec.
diff --git a/app-portage/flaggie/flaggie-0.2-r2.ebuild b/app-portage/flaggie/flaggie-0.2-r2.ebuild
index b2b058eeb215..1cc6ae538ba8 100644
--- a/app-portage/flaggie/flaggie-0.2-r2.ebuild
+++ b/app-portage/flaggie/flaggie-0.2-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.2-r2.ebuild,v 1.4 2012/10/21 08:12:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.2-r2.ebuild,v 1.5 2012/11/21 13:17:39 idella4 Exp $
EAPI=4
-PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2)
+PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2 pypy1_9)
inherit bash-completion-r1 distutils-r1