summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-01-16 03:47:13 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-01-16 03:47:13 +0000
commit4be47f6a3d8b3e2b30982ba6108336fa945a4bb3 (patch)
tree40d584d6d4d63ba7b7ab40bd23b9dfe8fe1f2e45 /dev-python/flask-testing
parentStable on amd64 and x86 for 527558 (diff)
downloadgentoo-2-4be47f6a3d8b3e2b30982ba6108336fa945a4bb3.tar.gz
gentoo-2-4be47f6a3d8b3e2b30982ba6108336fa945a4bb3.tar.bz2
gentoo-2-4be47f6a3d8b3e2b30982ba6108336fa945a4bb3.zip
Stable on amd64 and x86 for 527558
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/flask-testing')
-rw-r--r--dev-python/flask-testing/ChangeLog7
-rw-r--r--dev-python/flask-testing/flask-testing-0.4.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/flask-testing/ChangeLog b/dev-python/flask-testing/ChangeLog
index 9bbee18753f8..c4dcd9d08655 100644
--- a/dev-python/flask-testing/ChangeLog
+++ b/dev-python/flask-testing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/flask-testing
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.7 2014/07/31 06:12:10 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.8 2015/01/16 03:47:13 patrick Exp $
+
+ 16 Jan 2015; Patrick Lauer <patrick@gentoo.org> flask-testing-0.4.2.ebuild:
+ Stable on amd64 and x86 for 527558
*flask-testing-0.4.2 (31 Jul 2014)
diff --git a/dev-python/flask-testing/flask-testing-0.4.2.ebuild b/dev-python/flask-testing/flask-testing-0.4.2.ebuild
index 32e28d317b8a..0c8d909c35ba 100644
--- a/dev-python/flask-testing/flask-testing-0.4.2.ebuild
+++ b/dev-python/flask-testing/flask-testing-0.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild,v 1.1 2014/07/31 06:12:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild,v 1.2 2015/01/16 03:47:13 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 pypy )
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
# Testsuite fails with concurrent threads
DISTUTILS_NO_PARALLEL_BUILD=1