diff options
Diffstat (limited to 'dev-python/flask/flask-9999.ebuild')
-rw-r--r-- | dev-python/flask/flask-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild index 808c29e1d95b..282bc1cadd64 100644 --- a/dev-python/flask/flask-9999.ebuild +++ b/dev-python/flask/flask-9999.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/flask-9999.ebuild,v 1.9 2014/10/10 07:03:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v 1.10 2015/05/15 12:50:30 blueness Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -18,7 +18,7 @@ HOMEPAGE="http://pypi.python.org/pypi/Flask" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="examples test" RDEPEND="dev-python/blinker[${PYTHON_USEDEP}] |