summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-10 03:56:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-10 03:56:47 +0000
commit0dfa72e7cd7a6f8f8daabdafe1ff9a7f6e053f05 (patch)
tree1ef86aff1b9d6a958b9dc65daae1b56969813d20 /dev-python/routes
parentRemoving 1.7.5 as it depends on removed svn version (diff)
downloadgentoo-2-0dfa72e7cd7a6f8f8daabdafe1ff9a7f6e053f05.tar.gz
gentoo-2-0dfa72e7cd7a6f8f8daabdafe1ff9a7f6e053f05.tar.bz2
gentoo-2-0dfa72e7cd7a6f8f8daabdafe1ff9a7f6e053f05.zip
Restricting pypy1.9 as webob doesn't support it
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/routes')
-rw-r--r--dev-python/routes/ChangeLog5
-rw-r--r--dev-python/routes/routes-1.13-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/routes/ChangeLog b/dev-python/routes/ChangeLog
index 2ea807f20f56..2c65734c7187 100644
--- a/dev-python/routes/ChangeLog
+++ b/dev-python/routes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/routes
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.14 2013/03/25 14:57:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.15 2013/05/10 03:56:47 patrick Exp $
+
+ 10 May 2013; Patrick Lauer <patrick@gentoo.org> routes-1.13-r1.ebuild:
+ Restricting pypy1.9 as webob doesn't support it
*routes-1.12.3-r1 (25 Mar 2013)
diff --git a/dev-python/routes/routes-1.13-r1.ebuild b/dev-python/routes/routes-1.13-r1.ebuild
index 46cc964894a5..fd0a5809e0b1 100644
--- a/dev-python/routes/routes-1.13-r1.ebuild
+++ b/dev-python/routes/routes-1.13-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.13-r1.ebuild,v 1.1 2013/02/16 20:18:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.13-r1.ebuild,v 1.2 2013/05/10 03:56:47 patrick Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1