summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-07-08 20:53:02 +0000
committerMikle Kolyada <zlogene@gentoo.org>2015-07-08 20:53:02 +0000
commit7e803dec3255ab9ebf48c72b4d8d428203004530 (patch)
treeb9bce7faf7b962be17aeab7aca715c757af2ee3e /dev-python/routes
parentx86 stable wrt bug #554114 (diff)
downloadgentoo-2-7e803dec3255ab9ebf48c72b4d8d428203004530.tar.gz
gentoo-2-7e803dec3255ab9ebf48c72b4d8d428203004530.tar.bz2
gentoo-2-7e803dec3255ab9ebf48c72b4d8d428203004530.zip
x86 stable wrt bug #554114
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-python/routes')
-rw-r--r--dev-python/routes/ChangeLog5
-rw-r--r--dev-python/routes/routes-2.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/routes/ChangeLog b/dev-python/routes/ChangeLog
index a94f380e8115..8dae959f38d0 100644
--- a/dev-python/routes/ChangeLog
+++ b/dev-python/routes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/routes
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.30 2015/07/07 16:39:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.31 2015/07/08 20:53:02 zlogene Exp $
+
+ 08 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> routes-2.1-r1.ebuild:
+ x86 stable wrt bug #554114
07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> routes-2.1-r1.ebuild:
amd64 stable wrt bug #554114
diff --git a/dev-python/routes/routes-2.1-r1.ebuild b/dev-python/routes/routes-2.1-r1.ebuild
index 0bec29679ff3..7913f55ff99e 100644
--- a/dev-python/routes/routes-2.1-r1.ebuild
+++ b/dev-python/routes/routes-2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild,v 1.2 2015/07/07 16:39:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild,v 1.3 2015/07/08 20:53:02 zlogene Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
RDEPEND=">=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]"