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 09:58:04
Message-Id: 1449309437.88556fb1e7374d7c4b6953df2e7d35d2410d9771.jlec@gentoo
1 commit: 88556fb1e7374d7c4b6953df2e7d35d2410d9771
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 09:56:39 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 5 09:57:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88556fb1
7
8 app-portage/flaggie: Drop pypy support
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567450
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 app-portage/flaggie/flaggie-0.2.1.ebuild | 4 ++--
16 app-portage/flaggie/flaggie-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1.ebuild
20 index 291ad98..90490ad 100644
21 --- a/app-portage/flaggie/flaggie-0.2.1.ebuild
22 +++ b/app-portage/flaggie/flaggie-0.2.1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 EAPI=5
30 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
31 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32
33 inherit bash-completion-r1 distutils-r1
34
35
36 diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
37 index fc2a572..9e56ddd 100644
38 --- a/app-portage/flaggie/flaggie-9999.ebuild
39 +++ b/app-portage/flaggie/flaggie-9999.ebuild
40 @@ -1,9 +1,9 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2015 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 EAPI=5
47 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
48 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
49
50 inherit bash-completion-r1 distutils-r1