diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-05 10:56:39 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-05 10:57:17 +0100 |
commit | 88556fb1e7374d7c4b6953df2e7d35d2410d9771 (patch) | |
tree | 026a0b3c36b6cb122f6e485b9911cc0acfe450ff /app-portage | |
parent | dev-ruby/httparty: use rspec3 recipe for tests (diff) | |
download | gentoo-88556fb1e7374d7c4b6953df2e7d35d2410d9771.tar.gz gentoo-88556fb1e7374d7c4b6953df2e7d35d2410d9771.tar.bz2 gentoo-88556fb1e7374d7c4b6953df2e7d35d2410d9771.zip |
app-portage/flaggie: Drop pypy support
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567450
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/flaggie/flaggie-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1.ebuild index 291ad98f5432..90490ada3d23 100644 --- a/app-portage/flaggie/flaggie-0.2.1.ebuild +++ b/app-portage/flaggie/flaggie-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit bash-completion-r1 distutils-r1 diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild index fc2a5724cb31..9e56ddd8eaf8 100644 --- a/app-portage/flaggie/flaggie-9999.ebuild +++ b/app-portage/flaggie/flaggie-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit bash-completion-r1 distutils-r1 |