summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-08-21 08:22:48 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-08-21 08:22:48 +0000
commitd0ef75f07787664eef00b3436c516d33aa58be87 (patch)
tree59293ea0a634821eaf7e23cfea444a4bfdb6ddc3 /dev-python/flask
parentStable for amd64, wrt bug #518474 (diff)
downloadgentoo-2-d0ef75f07787664eef00b3436c516d33aa58be87.tar.gz
gentoo-2-d0ef75f07787664eef00b3436c516d33aa58be87.tar.bz2
gentoo-2-d0ef75f07787664eef00b3436c516d33aa58be87.zip
Stable for amd64, wrt bug #518474
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/flask')
-rw-r--r--dev-python/flask/ChangeLog5
-rw-r--r--dev-python/flask/flask-0.10.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask/ChangeLog b/dev-python/flask/ChangeLog
index 082ee8740cad..c7f22860901d 100644
--- a/dev-python/flask/ChangeLog
+++ b/dev-python/flask/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/flask
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.32 2014/08/11 22:26:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.33 2014/08/21 08:22:48 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> flask-0.10.1-r1.ebuild:
+ Stable for amd64, wrt bug #518474
11 Aug 2014; Anthony G. Basile <blueness@gentoo.org> flask-0.10.1-r1.ebuild,
flask-0.10.1.ebuild, flask-9999.ebuild:
diff --git a/dev-python/flask/flask-0.10.1-r1.ebuild b/dev-python/flask/flask-0.10.1-r1.ebuild
index ba58b917eea1..f03b87a0bf3b 100644
--- a/dev-python/flask/flask-0.10.1-r1.ebuild
+++ b/dev-python/flask/flask-0.10.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.7 2014/08/11 22:26:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.8 2014/08/21 08:22:48 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -15,7 +15,7 @@ HOMEPAGE="http://pypi.python.org/pypi/Flask"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples test"
RDEPEND="dev-python/blinker[${PYTHON_USEDEP}]